AutomationElement.ToolTipOpenedEvent 欄位

定義

識別工具提示開啟時引發的事件。

public: static initonly System::Windows::Automation::AutomationEvent ^ ToolTipOpenedEvent;
public static readonly System.Windows.Automation.AutomationEvent ToolTipOpenedEvent;
 staticval mutable ToolTipOpenedEvent : System.Windows.Automation.AutomationEvent
Public Shared ReadOnly ToolTipOpenedEvent As AutomationEvent 

欄位值

AutomationEvent

備註

消費者介面自動化用戶端應用程式會使用此識別碼。 消費者介面自動化提供者應該使用 中的 AutomationElementIdentifiers 對等識別碼。

工具提示是桌面上的暫時性,而且工具提示可能會在用戶端收到事件時關閉。

適用於

另請參閱