Spread for ASP.NET 10 Product Documentation
Enabled Property (MenuItem)


Gets or sets a value that indicates whether this MenuItem is enabled.
Syntax
'Declaration
 
Public Overridable Property Enabled As Boolean
'Usage
 
Dim instance As MenuItem
Dim value As Boolean
 
instance.Enabled = value
 
value = instance.Enabled
public virtual bool Enabled {get; set;}

Property Value

true if enabled; otherwise, false.
Requirements

Target Platforms: Windows 7, Windows 8, Windows 10, Windows Vista, Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP Professional

See Also

Reference

MenuItem Class
MenuItem Members

 

 


Copyright © GrapeCity, inc. All rights reserved.