TabIndex Property |
Top Previous Next |
Specifies the tab order within the current container, page or form. Syntax Control.TabIndex = nValue Parameters nValue Specifies the tab order for the control. Remarks Applies to: CheckBox | ComboBox | CommandButton | Container | EditBox | Grid | Label | ListBox | PageFrame | Spinner | Textbox Compatibility The initial value for this property is 0. This is different from Visual FoxPro where the property is initialized with an incrementing value in the order of object creation. |