| CheckMenuItemIHandlerChecked Property  | 
 
            Gets or sets a value indicating whether the menu item is checked.
            
 
    Namespace: 
   Eto.Forms
    Assembly:
   Eto (in Eto.dll) Version: 2.5.3-dev
 Syntax
Syntaxbool Checked { get; set; }Property Checked As Boolean
	Get
	Set
abstract Checked : bool with get, set
Property Value
Type: 
Booleantrue if checked; otherwise, 
false.
 See Also
See Also