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) |
另请参阅
引用