Ribbon for WinForms | ComponentOne
C1.Win.Ribbon Namespace / ToolTipPositionEventArgs Class / Text Property

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