BCGControlBar Library for .NET
Item Property (TabItemCollection)




Gets or sets the specified tab item.
Syntax
'Declaration
 
Public Shadows ReadOnly Default Property Item( _
   ByVal value As String _
) As TabItem
'Usage
 
Dim instance As TabItemCollection
Dim value As String
Dim value As TabItem
 
value = instance.Item(value)
public new TabItem this[ 
   string value
]; {get;}
public: __property new TabItem* get_Item   string* value
;
public:
new property TabItem^ default [String^] {
   TabItem^ get(String^ value);
}

Parameters

value
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

TabItemCollection Class
TabItemCollection Members

Send Feedback