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.