This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!
ToolTip.RemoveAll
Removes all of the tooltips currently associated with the ToolTip control.
[Visual Basic]
Public Sub RemoveAll()
[C#]
public void RemoveAll();
[C++]
public: void RemoveAll();
[JScript]
public function RemoveAll();
See Also
ToolTip Class | ToolTip Members | System.WinForms Namespace