Spread Windows Forms 12.0 Product Documentation
Editable Property (TabStrip)
Example 


FarPoint.Win.Spread Assembly > FarPoint.Win.Spread Namespace > TabStrip Class : Editable Property
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;}

Property Value

Boolean: true if the tabs can be edited; false otherwise
Example
This example sets whether users can edit the sheet tab text by double-clicking it.
fpSpread1.TabStrip.Editable = true;
fpSpread1.TabStrip.Editable = True
See Also

Reference

TabStrip Class
TabStrip Members