This is preliminary documentation and subject to change. To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!
TabBase.TabCount
Returns the number of tabs in the strip
[Visual Basic]
Public ReadOnly Property TabCount As Integer
[C#]
public int TabCount {get;}
[C++]
public: __property int get_TabCount();
[JScript]
public function get TabCount() : int;