Groups | Blog | Home
all groups > dotnet windows forms > march 2008 >

dotnet windows forms : Cursor visibility


Arne Garvander
3/18/2008 7:55:04 AM
When I tab into a Checkbox my cursor disappears.
How can I make my focus on a checkbox visible?

--
Arne Garvander
Certified Geek
Arne Garvander
3/18/2008 1:01:02 PM
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.
--
Arne Garvander
Certified Geek
Professional Data Dude


[quoted text, click to view]
Arne Garvander
3/18/2008 2:00:00 PM
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.
--
Arne Garvander
Certified Geek
Professional Data Dude


[quoted text, click to view]
Herfried K. Wagner [MVP]
3/18/2008 5:09:31 PM
"Arne Garvander" <ArneGarvander@discussions.microsoft.com> schrieb:
[quoted text, click to view]

Typically the focus is indicated by a focus rectangle. I suggest to provide
more details on what happens and what you want to archieve.

--
M S Herfried K. Wagner
M V P <URL:http://dotnet.mvps.org/>
V B <URL:http://dotnet.mvps.org/dotnet/faqs/>
Herfried K. Wagner [MVP]
3/18/2008 11:08:02 PM
"Arne Garvander" <ArneGarvander@discussions.microsoft.com> schrieb:
[quoted text, click to view]

Well, this is by design.

--
M S Herfried K. Wagner
M V P <URL:http://dotnet.mvps.org/>
V B <URL:http://dotnet.mvps.org/dotnet/faqs/>
AddThis Social Bookmark Button