ComponentOne SuperTooltip for WinForms
C1.Win.4.5.2 Assembly / C1.Win.C1SuperTooltip Namespace / C1SuperTooltipBase Class / RemoveAll Method

In This Topic
    RemoveAll Method (C1SuperTooltipBase)
    In This Topic
    Removes all tooltip text currently associated with the C1SuperTooltipBase component.
    Syntax
    'Declaration
     
    Public Sub RemoveAll() 
    public void RemoveAll()
    Remarks
    You can use this method to remove all tooltip text that is associated with the C1SuperTooltipBase component. To disable the display of text instead of removing all tooltip text from the C1SuperTooltip control, use the Active property.
    See Also