Spread WinForms 15
FarPoint.Win Assembly / FarPoint.Win Namespace / TabManager Class / TabStrip Property


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