TabControl.RowCount Property | |
A numeric value representing the number of rows of tabs currently displayed in the tab control.
Namespace:
VO
Assembly:
VOGUIClasses (in VOGUIClasses.dll) Version: 2.19
Syntax VIRTUAL PROPERTY RowCount AS USUAL GET
public virtual Usual RowCount { get; }
Request Example
View SourceProperty Value
Type:
UsualA numeric value representing the number of rows of tabs currently displayed in the tab control.
See Also