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


In This Topic
TabStrip Property (FpSpread)
In This Topic
Gets the object that represents the tab strip for this component.
Syntax
'Declaration
 
Public ReadOnly Property TabStrip As TabStrip
 
'Usage
 
Dim instance As FpSpread
Dim value As TabStrip
 
value = instance.TabStrip
See Also