'Declaration
<WebCategoryAttribute("Accessibility")> <System.ComponentModel.DefaultValueAttribute()> <WebSysDescriptionAttribute("The tab order of the control.")> Public Overridable Property TabIndex As System.Short
'Usage
Dim instance As SubmitDialog Dim value As System.Short instance.TabIndex = value value = instance.TabIndex
[WebCategory("Accessibility")] [System.ComponentModel.DefaultValue()] [WebSysDescription("The tab order of the control.")] public virtual System.short TabIndex {get; set;}