Backcolor for Checkbox

  • Thread starter Thread starter Thomas Kehl
  • Start date Start date
T

Thomas Kehl

How can I change backcolor for CheckBox ? (not the label, i mean the mark
inside).

Really thanx!
Thomas
 
How can I change backcolor for CheckBox ? (not the label, i mean the mark
inside).

I am not sure whether you can do that. But changing the backcolor/font of
the label on a checked event from the checkbox may not be such a bad idea.


--
Adrian Mascarenhas, Developer Division

This posting is provided "AS IS" with no warranties, and confers no rights.

Note: For the benefit of the community-at-large, all responses to this
message are best directed to the newsgroup/thread from which they
originated.
 
Thomas,

No, you can change the color of the built in check mark of the
WinForm.Combobox.

You can how ever, override the Control.OnPaint Event then use the grapics
object to draw an image or check yourself.

Hope this helps.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top