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.
TBM_SETHILITE (1.2)
Message Group  Overview                           Up Next Previous
────────────────────────────────────────────────────────────────────────────
 
#define INCL_WINFRAMECTLS
 
TBM_SETHILITE
mp1 = MPFROMSHORT((BOOL) fHilight);    /* highlight flag */
mp2 = 0L;                              /* not used       */
 
An application sends a TBM_SETHILITE message to set the highlight state of
the title-bar control.
 
Parameter  Description
────────────────────────────────────────────────────────────────────────────
 
fHilight   Low word of mp1. Specifies whether to highlight or remove
           highlighting from the title bar. A value of TRUE highlights the
           title bar; a value of FALSE removes the highlighting.
 
Return Value
 
The return value is always TRUE.
 
See Also
 
TBM_QUERYHILITE