I want to draw some listview items disabled and would like to mimic the appearance of a disabled standard Windows listbox. Which colors does it use?
I can’t find anything in my reference chart 🙂 or with Google.
Edit: Shortly after posting the obvious occurred to me – it seems to be COLOR_GRAYTEXT.
I’m answering my own question to be able to close that issue (i.e. accept an answer).
A disabled windows listbox draws clGrayText on clWindow/COLOR_GRAYTEXT on COLOR_WINDOW.