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) |
另請參閱
參考