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