The MenuItem class - created by addMenuItem methods for some
controls
access function : GetMenuItem(name)
Attributes of the MenuItem class
Attribute |
Access |
Type |
Description |
caption |
R/W |
string |
the caption |
checked |
R/W |
bool |
the check marker |
visible |
R/W |
bool |
visible flag |
onClick |
W |
callback |
called when user clicks the control |
|