c++ - Setting the color of the higlighted item in list when it has no input focus by means of CMFCVisualManager Class -


brief introduction:
in order set custom control elements of win application use cmfcvvisualmanageroffice2007 has set of mapping: color->element of control, , implements drawing of controls, based on mapping, allows give consistent application.
override mappings, providing colors need, in order organize own palette.

problem description:
need change color of item selected in list, when list has no input color.
when list has input focus - alright,selected element highlighted blue, visible color, when focus lost - highlighted gray doesn`t fit palette of application.

among mappings can`t find 1 case when element of list, select style, selected, list has no input focus. aware can implement own draw list , set color need situation when element highlighted , hasn`t got input focus. want find solution based on configuration of palette.

question: name of palette element represents color highlight of selected element in list has no focus?


Comments

Popular posts from this blog

jquery - How can I dynamically add a browser tab? -

node.js - Getting the socket id,user id pair of a logged in user(s) -

keyboard - C++ GetAsyncKeyState alternative -