Nevron .NET Vision
Nevron.UI.WinForm.Controls Namespace / NDockingToolbar Class / FloatingSize Property


In This Topic
    FloatingSize Property (NDockingToolbar)
    In This Topic
    Gets/sets the preffered size to use when the toolbar will float for the first time.
    Syntax
    'Declaration
     
    
    <System.ComponentModel.DescriptionAttribute("Gets/sets the preffered size to use when the toolbar will float for the first time.")>
    Public Property FloatingSize As System.Drawing.Size
    'Usage
     
    
    Dim instance As NDockingToolbar
    Dim value As System.Drawing.Size
     
    instance.FloatingSize = value
     
    value = instance.FloatingSize
    [System.ComponentModel.Description("Gets/sets the preffered size to use when the toolbar will float for the first time.")]
    public System.Drawing.Size FloatingSize {get; set;}
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also