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

In This Topic
    IsPressed Property (UpdatingItemStyleEventArgs)
    In This Topic
    Gets a value indicating whether the mouse is over the ribbon item and the left button is pressed.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property IsPressed As Boolean
    public bool IsPressed {get;}
    See Also