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

Hello.


When there is not a focus, I want to draw bounds in 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 border painting.