ComponentOne SuperTooltip for WinForms
C1.Win.8 Assembly / C1.Win.SuperTooltip Namespace / PopupEventArgs Class / Text Property

In This Topic
    Text Property (PopupEventArgs)
    In This Topic
    Gets or sets the text that will be displayed in the tooltip.
    Syntax
    'Declaration
     
    Public Property Text As System.String
    public System.string Text {get; set;}
    See Also