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 » CExtComboBox question Collapse All
Subject Author Date
tera tera Oct 21, 2010 - 8:15 PM

Hello.


Can only a specific line of ComboBox acquire a color?

It is not the background of the ComboBox.

Technical Support Oct 25, 2010 - 12:55 AM

This means you should repaint the combo box control. You should override the CExtComboBox::_OnDrawComboImpl() internal virtual method. You can copy the source code of original method and add required lines painting.