'Declaration
<System.ComponentModel.DefaultValueAttribute(0)> <WebCategoryAttribute("Accessibility")> <WebSysDescriptionAttribute("WebControl_TabIndex")> Public Overridable Property TabIndex As System.Short
'Usage
Dim instance As NWebControl Dim value As System.Short instance.TabIndex = value value = instance.TabIndex
[System.ComponentModel.DefaultValue(0)] [WebCategory("Accessibility")] [WebSysDescription("WebControl_TabIndex")] public virtual System.short TabIndex {get; set;}