'Declaration <DefaultValueAttribute()> Public Property TabStripEditable As Boolean
'Usage Dim instance As SpreadView Dim value As Boolean instance.TabStripEditable = value value = instance.TabStripEditable
[DefaultValue()] public bool TabStripEditable {get; set;}
Property Value
true
if the tab strip can be edited; otherwise, false
.