'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;}