◄Message Group► ◄Overview► ◄Up► ◄Next► ◄Previous► ──────────────────────────────────────────────────────────────────────────── #define INCL_WINENTRYFIELDS CBM_HILITE mp1 = MPFROMSHORT((USHORT) fHilite); /* highlight flag */ mp2 = 0L; /* not used, must be zero */ An application sends a CBM_HILITE message to set the highlighting state of the drop-down list button in a combination box that was created with the CBS_DROPDOWN or CBS_DROPDOWNLIST style. Parameter Description ──────────────────────────────────────────────────────────────────────────── fHilite Low word of mp1. Specifies whether to highlight or remove highlighting from the drop-down list button. If this parameter is TRUE, the system highlights the button; if the parameter is FALSE, the system removes the highlighting. Return Value The return value is TRUE if the state of the drop-down list button changes or FALSE if it does not. ♦