ModelButton.menuName

string menuName() @property

Get menuName property.

Returns

The name of a submenu to open when the button is activated.

If this is set, the button should not have an action associated with it.

void menuName(string propval) @property

Set menuName property.

Parameters

propvalThe name of a submenu to open when the button is activated. If this is set, the button should not have an action associated with it.