AutomationElement.ToolTipOpenedEvent フィールド
定義
ツールヒントが開いたときに発生するイベントを識別します。Identifies the event that is raised when a tooltip is opened.
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
フィールド値
注釈
この識別子は、UI オートメーションクライアントアプリケーションによって使用されます。This identifier is used by UI Automation client applications. UI オートメーションプロバイダーは、で同等の識別子を使用する必要があり AutomationElementIdentifiers ます。UI Automation providers should use the equivalent identifier in AutomationElementIdentifiers.
ツールヒントはデスクトップ上で一時的なものであり、クライアントがイベントを受信したときにツールヒントが閉じている可能性があります。Tooltips are transitory on the desktop, and the tooltip might have closed by the time the client receives the event.