Share via


BM_SETSTATE (Windows CE 5.0)

Send Feedback

This message is sent by an application to change the highlight state of a button.

BM_SETSTATEwParam = (WPARAM)fState;lParam = 0;

Parameters

  • fState
    Boolean that specifies whether the button is to be highlighted. A value of TRUE highlights the button. A value of FALSE removes any highlighting.
  • lParam
    Not used.

Return Values

This message always returns zero.

Remarks

Highlighting only affects the appearance of a button. It has no effect on the check state of a radio button or check box.

A button is automatically highlighted when the user positions the cursor over it and presses and holds the left mouse button. The highlighting is removed when the user releases the mouse button.

Requirements

OS Versions: Windows CE 1.0 and later.
Header: Winuser.h.

See Also

BM_GETSTATE | BM_SETCHECK | Buttons Messages

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.