IUIAutomationElement3::get_CurrentIsPeripheral メソッド (uiautomationclient.h)
要素の現在の周辺機器 UI インジケーターを取得します。
このプロパティは読み取り専用です。
構文
HRESULT get_CurrentIsPeripheral(
BOOL *retVal
);
パラメーター
retVal
戻り値
なし
解説
IsPeripheral プロパティが TRUE の場合、クライアント アプリケーションは、現在キーボード対話型であっても、 要素によってフォーカスが取得されたと見なすことはできません。
このプロパティは、次のコントロールの種類に関連します。
- UIA_GroupControlTypeId
- UIA_MenuControlTypeId
- UIA_PaneControlTypeId
- UIA_ToolBarControlTypeId
- UIA_ToolTipControlTypeId
- UIA_WindowControlTypeId
- UIA_CustomControlTypeId
- WindowOpened (UIA_Window_WindowOpenedEventId)
- MenuOpened (UIA_MenuOpenedEventId)
- ToolTipOpened (UIA_ToolTipOpenedEventId)
要件
サポートされている最小のクライアント | Windows 8.1 [デスクトップ アプリのみ] |
サポートされている最小のサーバー | Windows Server 2012 R2 [デスクトップ アプリのみ] |
対象プラットフォーム | Windows |
ヘッダー | uiautomationclient.h (UIAutomation.h を含む) |
関連項目
参照