FlexChart | ComponentOne
C1.Win.Ribbon.4.8 Assembly / 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 System.String _
    )
    public ElementToolTipEventArgs( 
       System.string text
    )

    Parameters

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