enabled property
Whether the menu item is enabled or disabled.
The default value is true. If true, the CMenuEntry.label will be filled out in the text field of the CDropdownMenu when this entry is clicked; otherwise, this entry is disabled.
Implementation
final bool enabled;