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