Spread Windows Forms 17
GrapeCity.Spreadsheet.WinForms.Ribbon Assembly / GrapeCity.Spreadsheet.WinForms.Ribbon Namespace / RibbonSeparator Class / Enabled Property


In This Topic
    Enabled Property (RibbonSeparator)
    In This Topic
    Gets or sets whether this RibbonItem is enabled.
    Syntax
    'Declaration
     
    
    Public Property Enabled As Boolean
    'Usage
     
    
    Dim instance As RibbonSeparator
    Dim value As Boolean
     
    instance.Enabled = value
     
    value = instance.Enabled
    public bool Enabled {get; set;}
    See Also