|
Tabindex Assistant |
Top Previous Next |
|
The TabIndex Assistant feature allows you to easily assign the correct TabIndex property to each control in a Windows form, usercontrol, etc. MZ-Tools offers the following ways to show the TabIndex Assistant window:
The TabIndex Assistant window is the following:
It shows the controls of the active window (sorted by their TabIndex property), their Text property, and their full TabIndex values. Controls are also indented to reflect their parent-child relationship. To change the TabIndex property of a control or group of controls you can:
When you select a control in the list, the control is also selected in the designer window of the form. A very useful way to determine if the controls are sorted properly is to select the first control of the list and then with the Down Arrow key of the keyboard select the next control, checking in the designer window whether the order is correct or not. If you check the Mark Controls With Wrong TabIndex checkbox, the controls with incorrect TabIndex properties are shown with a warning icon. Remarks:
See Also: |