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


In This Topic
    Collapsed Property
    In This Topic
    Gets a value indicating if the tool window is collapsed (hidden) in the auto-hide frame.
    Syntax
    'Declaration
     
    Public ReadOnly Property Collapsed As Boolean
    'Usage
     
    Dim instance As ToolWindow
    Dim value As Boolean
     
    value = instance.Collapsed
    public bool Collapsed {get;}

    Property Value

    true if the tool window is collapsed; false otherwise.
    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