Item Property
Retrieves the item in the collection that matches the int being searched for.
Syntax
Visual Basic Public ReadOnly Property Item As int C# public int Item { get; } Managed C++ public: __property int get_Item(); JScript public function get Item() : int;
Possible Values
iItem The item in the collection. The property is read-only. The property has no default value.
Property Information
Applies To
TabItemCollection
See Also
Internet Explorer WebControls, About the TabStrip WebControl