NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

TabBase.RowCount

The number of rows currently being displayed in the tab strip. This is most commonly used when the Multline property is 'true' and you want to know how many rows the tabs are currently taking up.

[Visual Basic]
Public ReadOnly Property RowCount As Integer
[C#]
public int RowCount {get;}
[C++]
public: __property int get_RowCount();
[JScript]
public function get RowCount() : int;

See Also

TabBase Class | TabBase Members | System.WinForms Namespace