When I tab into a Checkbox my cursor disappears.
How can I make my focus on a checkbox visible?

Signature
Arne Garvander
Certified Geek
Professional Data Dude
"Arne Garvander" <ArneGarvander@discussions.microsoft.com> schrieb:
> When I tab into a Checkbox my cursor disappears.
> How can I make my focus on a checkbox visible?
Typically the focus is indicated by a focus rectangle. I suggest to provide
more details on what happens and what you want to archieve.

Signature
M S Herfried K. Wagner
M V P <URL:http://dotnet.mvps.org/>
V B <URL:http://dotnet.mvps.org/dotnet/faqs/>
Arne Garvander - 18 Mar 2008 21:01 GMT
I have three check boxes next to each other. When I tab from a textbox to one
of these check boxes I would like to have some visible representation which
check box has focus.
My default cursor is a vertical bar, which is not visible on a checkbox.
I am not able to see a focus rectangle. Maybe my checkbox has the wrong
background color.
I would like to be able to see which check box has focus.
Each checkbox represent a separate false/true value.

Signature
Arne Garvander
Certified Geek
Professional Data Dude
> "Arne Garvander" <ArneGarvander@discussions.microsoft.com> schrieb:
> > When I tab into a Checkbox my cursor disappears.
> > How can I make my focus on a checkbox visible?
>
> Typically the focus is indicated by a focus rectangle. I suggest to provide
> more details on what happens and what you want to archieve.
Arne Garvander - 18 Mar 2008 22:00 GMT
If I use the text property of the checkbox I get the rectangle on focus. If I
use a separate label control as a prompt, the rectangle is not visible.

Signature
Arne Garvander
Certified Geek
Professional Data Dude
> "Arne Garvander" <ArneGarvander@discussions.microsoft.com> schrieb:
> > When I tab into a Checkbox my cursor disappears.
> > How can I make my focus on a checkbox visible?
>
> Typically the focus is indicated by a focus rectangle. I suggest to provide
> more details on what happens and what you want to archieve.
Herfried K. Wagner [MVP] - 18 Mar 2008 23:08 GMT
"Arne Garvander" <ArneGarvander@discussions.microsoft.com> schrieb:
> If I use the text property of the checkbox I get the rectangle on focus.
> If I
> use a separate label control as a prompt, the rectangle is not visible.
Well, this is by design.

Signature
M S Herfried K. Wagner
M V P <URL:http://dotnet.mvps.org/>
V B <URL:http://dotnet.mvps.org/dotnet/faqs/>