1
edit
Changes
→Constructors / Destructor
#Initializes the Label with (Text, 0, 1 and Width-2) for (Str, Row, Col, and Len)
#Sets the attributes to corresponding arguments
#Sets CFeildsCFields::_data to the address of _formated_format
#Sets the Label's frame to this object.
<big><syntaxhighlight lang="cpp">
CMenuItem(const CMenuItem &CM);
</syntaxhighlight></big>
#Passes CM to CFiled CField and Initializes the Label with CM
#Sets the _selected to _selected of CM
#Sets CFeildsCFields::_data to the address of _format
#Sets the Label's frame to this object.