dotnetmonitor.com |
|
||||||||||||
| Problem: TextBoxes and ComboBoxes dont
automagically pick up accessible names.
Solution: Some controls in windows forms pick up their accessible names from the previous item in the tab order. E.g. a text box can pick up its accessible name from the label preceding it. If you have a label which describes a text box or combo box, you should set the TabIndex of the label to be one less than the TabIndex of the text box. |
||||||||||||
|
||||||||||||