ToolTip.RemoveAll 方法
定義
移除所有目前與工具提示元件相關聯的工具提示文字。Removes all ToolTip text currently associated with the ToolTip component.
public:
void RemoveAll();
public void RemoveAll ();
member this.RemoveAll : unit -> unit
Public Sub RemoveAll ()
備註
您可以使用這個方法來移除所有相關聯控制項的所有與元件相關聯的工具提示文字 ToolTip 。You can use this method to remove all ToolTip text that is associated with the ToolTip component for all associated controls. 若要改為停用文字顯示,請使用 Active 屬性。To disable the display of text instead, use the Active property. 若要變更單一相關聯控制項的文字,請使用 SetToolTip 方法。To change the text for a single associated control, use the SetToolTip method.