Returns a value indicating whether the menu item is in the checked state.

Namespace: BlueCieloECM.InnoCielo.Meridian.Design
Assembly: BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 1.4.0.0 (1.4.40.0)

Syntax

C#
protected override bool GetChecked()
Visual Basic
Protected Overrides Function GetChecked As Boolean
Visual C++
protected:
virtual bool GetChecked() override

Return Value

A value indicating whether the menu item is in the checked state.

See Also