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


In This Topic
    DefaultState Property
    In This Topic
    Gets the default value of the State property.
    Syntax
    'Declaration
     
    Protected Overridable ReadOnly Property DefaultState As ToolWindowState
    'Usage
     
    Dim instance As ToolWindow
    Dim value As ToolWindowState
     
    value = instance.DefaultState
    protected virtual ToolWindowState DefaultState {get;}

    Property Value

    A ToolWindowState value representing the default value of the State property. Unless overridden, ToolWindowState.Floating.
    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