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
public TabStrip TabStrip {get;}
See Also