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