Ribbon for WinForms | ComponentOne
C1.Win.Ribbon Namespace / UpdatingItemStyleEventArgs Class / IsEnabled Property

In This Topic
    IsEnabled Property (UpdatingItemStyleEventArgs)
    In This Topic
    Gets a value indicating whether the ribbon item is enabled and may receive mouse and keyboard messages.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property IsEnabled As Boolean
    public bool IsEnabled {get;}
    See Also