1
edit
Changes
*it passes the Row, the Col and the Width to the CField constructor
*Copies the string pointed by Text into _text
*Sets _data to the address of _selected
*It passes the Row, the Col and the Width to the CField constructor
<big><syntaxhighlight lang="cpp">
CMenuItem(const CMenuItem &CM);
*Sets _selected to CM._selected
*Sets _data to the address of _selected
<big><syntaxhighlight lang="cpp">
~CMenuItem(void);