msgs12.hlp (Topic list)
Important Notice
The pages on this site contain documentation for very old MS-DOS software, purely for historical purposes. If you're looking for up-to-date documentation, particularly for programming, you should not rely on the information found here, as it will be woefully out of date.
CBM_HILITE (1.2)
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.
 
                                      ♦