1
edit
Changes
→CCheckMark
bool _radio;
char _format[4];
CLabel Label_Label;
public:
CCheckMark(bool Checked,const char* Format, const char* Text, int Row, int Col, int Width, bool IsRadio = false);
</syntaxhighlight></big>
*These methods set and get _flag.
==CMenuItem==
CMenuItem provides a Label that is can be marked as selected by pressing the space bar.