MainMenuItemChecked Property
Determines whether the current main menu item is checked or not.
Namespace: SMath.ControlsAssembly: SMath.Controls (in SMath.Controls.dll) Version: 1.73.9126.0
public bool Checked { get; set; }
Public Property Checked As Boolean
Get
Set
public:
property bool Checked {
bool get ();
void set (bool value);
}
member Checked : bool with get, set
Property Value
Boolean