Professional UI Solutions
Site Map   /  Register
 
 

Forum

Please Log In to post a new message or reply to an existing one. If you are not registered, please register.

NOTE: Some forums may be read-only if you are not currently subscribed to our technical support services.

Forums » Prof-UIS Tech Support » Cell Check-box custon paint question Collapse All
Subject Author Date
Offer Har Apr 8, 2008 - 3:23 PM

Dear Support,


Is it possible to replace the default drawing of a check-box? I would like to display a start un-start like picasa instead of the standard check un-check.


Thanks,


Ron.

Technical Support Apr 10, 2008 - 11:43 AM

The cell paints its check box in CExtGridCell::OnPaintCheck(). So you can override it and implement any custom painting in it.