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


In This Topic
    FloatingLocation Property
    In This Topic
    Gets/sets the preffered location to use when the toolbar will float for the first time.
    Syntax
    'Declaration
     
    
    <System.ComponentModel.DescriptionAttribute("Gets/sets the preffered location to use when the toolbar will float for the first time.")>
    Public Property FloatingLocation As System.Drawing.Point
    'Usage
     
    
    Dim instance As NDockingToolbar
    Dim value As System.Drawing.Point
     
    instance.FloatingLocation = value
     
    value = instance.FloatingLocation
    [System.ComponentModel.Description("Gets/sets the preffered location to use when the toolbar will float for the first time.")]
    public System.Drawing.Point FloatingLocation {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