'Declaration <System.ComponentModel.DefaultValueAttribute()> Public Overridable Property TabStop As System.Boolean
'Usage Dim instance As StyleInfo Dim value As System.Boolean instance.TabStop = value value = instance.TabStop
[System.ComponentModel.DefaultValue()] public virtual System.bool TabStop {get; set;}
Property Value
true
if the user can set focus to the cell using the Tab key otherwise, false
.