CButton::SetCheck

This member function sets or resets the check state of a radio button or check box, and has no effect on a pushbutton.

Syntax

void SetCheck( int nCheck );

At a Glance

Header File Afxwin.h
Platforms
Versions 1.0 and later
Complete documentation Visual C++ documentation

See Also

CButton Overview, CButton Member Functions, Control Classes, CButton::GetCheck, CButton::GetState, CButton::SetState