ComponentOne CalendarView for WinForms
C1.Win.C1Input Namespace / TooltipShowingEventArgs Class / Text Property

In This Topic
    Text Property (TooltipShowingEventArgs)
    In This Topic
    Gets or sets the HTML content to be displayed in the tooltip.
    Syntax
    'Declaration
     
    
    Public Property Text As String
    public string Text {get; set;}
    See Also