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