21
edits
Changes
→CCheckMark
CLabel _Label;
public:
CCheckMark(bool Checked,const char* Format, const char* Text, int Row, int Col, int Width, bool IsRadio = false);
CCheckMark(const CCheckMark& C);
void draw(int fn = C_NO_FRAME) ;
====CCheckMark Help/Questions Blogs====
====CCheckMark Blog Posts====
==CMenuItem==
CMenuItem provides a Label that can be marked as selected by pressing the space bar.