10 #ifndef CColoredListBox_H 11 #define CColoredListBox_H 24 LPDRAWITEMSTRUCT aDrawItem
void setSearchString(CString aSearchString)
Set the search string to use.
A CListBox that highlights list items matching a search string.
BOOL mHasSearchString
If true, a search string was specified.
CString mSearchString
The search string to match.
CString getSearchString() const
Get the search string being used.
void DrawItem(LPDRAWITEMSTRUCT aDrawItem)
Draw the list item specified by aDrawItem.