Ribbon for WinForms | ComponentOne
C1.Win.Ribbon Namespace / ElementToolTipEventArgs Class / ElementToolTipEventArgs Constructor
String that will be displayed in the tooltip.

In This Topic
    ElementToolTipEventArgs Constructor
    In This Topic
    Initializes a new instance of a ElementToolTipEventArgs object.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal text As String _
    )
    public ElementToolTipEventArgs( 
       string text
    )

    Parameters

    text
    String that will be displayed in the tooltip.
    See Also