Therefore API > API Reference > Classes > TheMenu > Properties
Enabled
Gets or sets the menu's state to enabled.
Namespace: Therefore.API
Visual Basic
Public Overridable Property CheckedImage As String
C#
public virtual string CheckedImage { get; set; }
Value
Condition
true
The menu item is enabled and can be clicked.
false
The menu item is disabled and grayed. It cannot be clicked.