Xceed Docking Windows for WinForms v2.3 Documentation
Xceed.DockingWindows Namespace / ReadOnlyToolWindowCollection Class / Item Property / Item(String) Property
The name of the ToolWindow to retrieve.


In This Topic
    Item(String) Property
    In This Topic
    Gets or sets the ToolWindow that corresponds to %%.
    Syntax
    'Declaration
     
    Public Overloads Property Item( _
       ByVal toolWindowKey As String _
    ) As ToolWindow
    'Usage
     
    Dim instance As ReadOnlyToolWindowCollection
    Dim toolWindowKey As String
    Dim value As ToolWindow
     
    instance.Item(toolWindowKey) = value
     
    value = instance.Item(toolWindowKey)
    public ToolWindow Item( 
       string toolWindowKey
    ) {get; set;}

    Parameters

    toolWindowKey
    The name of the ToolWindow to retrieve.
    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