Ribbon for WinForms | ComponentOne
C1.Win.Ribbon Namespace / RibbonGallery Class / ElementToolTipShowing Event

In This Topic
    ElementToolTipShowing Event (RibbonGallery)
    In This Topic
    Occurs before a tooltip of an gallery element is displayed. RibbonGallery has UpScrollButton, DownScrollButton and DropDownButton elements.
    Syntax
    'Declaration
     
    
    Public Event ElementToolTipShowing As EventHandler(Of ElementToolTipEventArgs)
    public event EventHandler<ElementToolTipEventArgs> ElementToolTipShowing
    Event Data

    The event handler receives an argument of type ElementToolTipEventArgs containing data related to this event. The following ElementToolTipEventArgs properties provide information specific to this event.

    PropertyDescription
    Gets the name of the element that displays the tooltip.  
    Gets or sets the text that will be displayed in the tooltip.  
    See Also