Spread WinForms 15
FarPoint.Win Assembly / FarPoint.Win Namespace / ITabManager Interface / TabCount Property


In This Topic
TabCount Property (ITabManager)
In This Topic
Gets or sets the number of tabs.
Syntax
'Declaration
 
Property TabCount As Integer
 
'Usage
 
Dim instance As ITabManager
Dim value As Integer
 
instance.TabCount = value
 
value = instance.TabCount
See Also