|
Review TabIndex Property |
Top Previous Next |
|
The Review TabIndex Property feature allows you to review the TabIndex property of the controls of Forms, UserControls, Property Pages, etc., checking if it has the right value for each control. MZ-Tools offers the following ways to review the TabIndex property:
The results are shown in a Results Window. The TabIndex property review shows only the first control of each file that has some error with the TabIndex property. To detect if a file contains controls with a wrong TabIndex property, MZ-Tools compares the order of the controls sorted by their current TabIndex property with the order of the controls sorted by the theoretical TabIndex property that they should have according to the same algorithm used by TabIndex Assistant. To fix easily an error with the TabIndex property of a control, you can use that assistant. The review of the TabIndex property can be launched automatically (or you can be asked) when you make the executable of a project, that is, clicking the File | Make Project... menu (this is customizable in the Options window, General tab). If a wrong TabIndex property value is detected, the Results window keeps open (otherwise it is closed). You should fix the TabIndex property errors before making the executable. Remarks:
See Also: |