System.Windows.Forms.ToolTip.RemoveAll Method

Removes all ToolTip text currently associated with the ToolTip component.

Syntax

public void RemoveAll ()

Remarks

You can use this method to remove all ToolTip text that is associated with the System.Windows.Forms.ToolTip component for all associated controls. To disable the display of text instead, use the ToolTip.Active property. To change the text for a single associated control, use the ToolTip.SetToolTip(Control, string) method.

Requirements

Namespace: System.Windows.Forms
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0