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


In This Topic
TabStrip Property (ITabManager)
In This Topic
Gets or sets the tab strip.
Syntax
'Declaration
 
Property TabStrip As TabStrip
 
'Usage
 
Dim instance As ITabManager
Dim value As TabStrip
 
instance.TabStrip = value
 
value = instance.TabStrip
See Also