K
kiwisurfer in UK
When selecting a Checkbox using the SelectNextControl() method, i've noticed
that the checkbox does not display the focus rectangle.
By writing a simple application with a button and two checkboxes (where the
checkboes have a tab index value greater than the button's), invoking the
SelectNextControl() method from the button click event handler, silently
moves focus to the first checkbox, but no focus rectangle is displayed.
Pressing TAB once, moves the focus to the second checkbox, which can be seen
as the focus rectangle IS displayed.
Any suggestions on how to get the focus rectangle to display for a checkbox
when using the SelectNextControl() method to move to it initially?
that the checkbox does not display the focus rectangle.
By writing a simple application with a button and two checkboxes (where the
checkboes have a tab index value greater than the button's), invoking the
SelectNextControl() method from the button click event handler, silently
moves focus to the first checkbox, but no focus rectangle is displayed.
Pressing TAB once, moves the focus to the second checkbox, which can be seen
as the focus rectangle IS displayed.
Any suggestions on how to get the focus rectangle to display for a checkbox
when using the SelectNextControl() method to move to it initially?