Xceed Docking Windows for WinForms v2.3 Documentation
Xceed.DockingWindows Namespace / DockLayoutManager Class / ActiveToolWindow Property


In This Topic
    ActiveToolWindow Property
    In This Topic
    Gets the active ToolWindow.
    Syntax
    'Declaration
     
    <BrowsableAttribute(False)>
    Public ReadOnly Property ActiveToolWindow As ToolWindow
    'Usage
     
    Dim instance As DockLayoutManager
    Dim value As ToolWindow
     
    value = instance.ActiveToolWindow
    [Browsable(false)]
    public ToolWindow ActiveToolWindow {get;}

    Property Value

    A reference to the currently active ToolWindow. A ToolWindow is considered to be active when it has the focus. Can be a null reference (Nothing in Visual Basic) if no ToolWindow has the focus.
    Remarks

    Calling a ToolWindow's ToolWindow.Activate method will activate the ToolWindow. If a ToolWindow is activated using the Activate method, it will be made visible, it will get the focus, and it will be brought to the front.

    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