NumTabs Property
Retrieves a value that indicates the number of Tabs within a collection.
Syntax
Visual Basic Public ReadOnly Property NumTabs As int C# public int NumTabs { get; } Managed C++ public: __property int get_NumTabs(); JScript public function get NumTabs() : int;
Possible Values
iNumTabs int that receives number of Tabs within a collection. The property is read-only. The property has no default value.
Applies To
TabItemCollection
See Also
Internet Explorer WebControls, About the TabStrip WebControl