◄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 ♦