Xceed Docking Windows for WinForms v2.3 Documentation
Xceed.DockingWindows Namespace / ToolWindow Class / FloatingWindowBounds Property


FloatingWindowBounds Property
Gets or sets the bounds of a ToolWindow when it is in a floating state.
Syntax
'Declaration
 
<DescriptionAttribute("The bounds of a ToolWindow when it is in a floating state.")>
<CategoryAttribute("Appearance")>
Public Property FloatingWindowBounds As Rectangle
 
'Usage
 
Dim instance As ToolWindow
Dim value As Rectangle
 
instance.FloatingWindowBounds = value
 
value = instance.FloatingWindowBounds

Property Value

A System.Drawing.Rectangle structure representing the bounds of the ToolWindow when it is in a floating state.
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