TabControl.TabCount Property (Typed) | |
A numeric value representing the total number of tabs in the tab control.
Namespace:
XSharp.VO.SDK
Assembly:
XSharp.VOGUIClasses (in XSharp.VOGUIClasses.dll) Version: 2.19
Syntax VIRTUAL PROPERTY TabCount AS LONG GET
public virtual int TabCount { get; }
Request Example
View SourceProperty Value
Type:
LongA numeric value representing the total number of tabs in the tab control.
See Also