Gets or sets whether the menu item is checked.
Namespace: Therefore.API
Visual Basic
Public Overridable Property Checked As Boolean
C#
public virtual bool Checked { get; set; }
Property Value
Boolean flag indicating/determining if the menu item is shown as checked.
|