Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / MenuItem Class / Enabled Property


In This Topic
    Enabled Property (MenuItem)
    In This Topic
    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.
    See Also