Share via


CMFCButton::IsAutoCheck

Indicates whether a check box or radio button is an automatic button.

BOOL IsAutoCheck() const;

Return Value

TRUE if the button has style BS_AUTOCHECKBOX or BS_AUTORADIOBUTTON; otherwise, FALSE.

Requirements

Header: afxbutton.h

See Also

Concepts

MFC Hierarchy Chart

Reference

CMFCButton Class