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

In This Topic
    IsDroppedDown Property (UpdatingItemStyleEventArgs)
    In This Topic
    Gets a value indicating whether the ribbon item is displaying its drop-down portion.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property IsDroppedDown As Boolean
    public bool IsDroppedDown {get;}
    See Also