Xceed Docking Windows for WinForms v2.3 Documentation
Item(String) Property


Xceed.DockingWindows Namespace > ReadOnlyToolWindowCollection Class > Item Property : Item(String) Property
The name of the ToolWindow to retrieve.
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

Reference

ReadOnlyToolWindowCollection Class
ReadOnlyToolWindowCollection Members
Overload List