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