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


In This Topic
    ToolWindowVisible Property
    In This Topic
    Gets or sets a value indicating if the tool window is visible.
    Syntax
    'Declaration
     
    <DescriptionAttribute("Indicates if the tool window is visible.")>
    <CategoryAttribute("Appearance")>
    Public Property ToolWindowVisible As Boolean
    'Usage
     
    Dim instance As ToolWindow
    Dim value As Boolean
     
    instance.ToolWindowVisible = value
     
    value = instance.ToolWindowVisible
    [Description("Indicates if the tool window is visible.")]
    [Category("Appearance")]
    public bool ToolWindowVisible {get; set;}

    Property Value

    true if the tool window is visible; 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