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