CButton Member Functions

Construction
CButton Constructs a CButton object.
Initialization
Create Creates the Windows button control and attaches it to the CButton object.
Operations
GetState Retrieves the check state, highlight state, and focus state of a button control.
SetState Sets the highlighting state of a button control.
GetCheck Retrieves the check state of a button control.
SetCheck Sets the check state of a button control.
GetButtonStyle Retrieves information about the button control style.
SetButtonStyle Changes the style of a button.
Overridables
DrawItem Override to draw an owner-drawn CButton object.

See Also

CButton Overview, Control Classes