Calendar for WinForms | ComponentOne
C1.Win.Input Namespace / ItemTooltipShowingEventArgs Class / Tooltip Property

In This Topic
    Tooltip Property (ItemTooltipShowingEventArgs)
    In This Topic
    Gets the C1.Win.SuperTooltip.C1SuperTooltipBase object for setting tooltip options.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Tooltip As C1.Win.SuperTooltip.C1SuperTooltipBase
    public C1.Win.SuperTooltip.C1SuperTooltipBase Tooltip {get;}
    See Also