Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / TabStrip Class / Editable Property


In This Topic
    Editable Property (TabStrip)
    In This Topic
    Gets or sets whether users can edit the sheet tab text by double-clicking it.
    Syntax
    'Declaration
     
    
    Public Property Editable As Boolean
    'Usage
     
    
    Dim instance As TabStrip
    Dim value As Boolean
     
    instance.Editable = value
     
    value = instance.Editable
    public bool Editable {get; set;}
    See Also