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

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