1 Star 0 Fork 0

yongzhi / w32uiautomation

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
patternid.go 3.22 KB
一键复制 编辑 原始数据 按行查看 历史
Hiroaki Nakakmura 提交于 2015-02-11 07:51 . Initial commit
package w32uiautomation
type PATTERNID uintptr
const (
UIA_AnnotationPatternId = 10023 // Identifies the Annotation control pattern. Supported starting with Windows 8.
UIA_DockPatternId = 10011 // Identifies the Dock control pattern.
UIA_DragPatternId = 10030 // Identifies the Drag control pattern. Supported starting with Windows 8.
UIA_DropTargetPatternId = 10031 // Identifies the DropTarget control pattern. Supported starting with Windows 8.
UIA_ExpandCollapsePatternId = 10005 // Identifies the ExpandCollapse control pattern.
UIA_GridItemPatternId = 10007 // Identifies the GridItem control pattern.
UIA_GridPatternId = 10006 // Identifies the Grid control pattern.
UIA_InvokePatternId = 10000 // Identifies the Invoke control pattern.
UIA_ItemContainerPatternId = 10019 // Identifies the ItemContainer control pattern.
UIA_LegacyIAccessiblePatternId = 10018 // Identifies the LegacyIAccessible control pattern.
UIA_MultipleViewPatternId = 10008 // Identifies the MultipleView control pattern.
UIA_ObjectModelPatternId = 10022 // Identifies the ObjectModel control pattern. Supported starting with Windows 8.
UIA_RangeValuePatternId = 10003 // Identifies the RangeValue control pattern.
UIA_ScrollItemPatternId = 10017 // Identifies the ScrollItem control pattern.
UIA_ScrollPatternId = 10004 // Identifies the Scroll control pattern.
UIA_SelectionItemPatternId = 10010 // Identifies the SelectionItem control pattern.
UIA_SelectionPatternId = 10001 // Identifies the Selection control pattern.
UIA_SpreadsheetPatternId = 10026 // Identifies the Spreadsheet control pattern. Supported starting with Windows 8.
UIA_SpreadsheetItemPatternId = 10027 // Identifies the SpreadsheetItem control pattern. Supported starting with Windows 8.
UIA_StylesPatternId = 10025 // Identifies the Styles control pattern. Supported starting with Windows 8.
UIA_SynchronizedInputPatternId = 10021 // Identifies the SynchronizedInput control pattern.
UIA_TableItemPatternId = 10013 // Identifies the TableItem control pattern.
UIA_TablePatternId = 10012 // Identifies the Table control pattern.
UIA_TextChildPatternId = 10029 // Identifies the TextChild control pattern. Supported starting with Windows 8.
UIA_TextEditPatternId = 10032 // Identifies the TextEdit control pattern. Supported starting with Windows 8.1.
UIA_TextPatternId = 10014 // Identifies the Text control pattern.
UIA_TextPattern2Id = 10024 // Identifies the second version of the Text control pattern. Supported starting with Windows 8.
UIA_TogglePatternId = 10015 // Identifies the Toggle control pattern.
UIA_TransformPatternId = 10016 // Identifies the Transform control pattern.
UIA_TransformPattern2Id = 10028 // Identifies the second version of the Transform control pattern. Supported starting with Windows 8.
UIA_ValuePatternId = 10002 // Identifies the Value control pattern.
UIA_VirtualizedItemPatternId = 10020 // Identifies the VirtualizedItem control pattern.
UIA_WindowPatternId = 10009 // Identifies the Window control pattern.
)
Go
1
https://gitee.com/yongzhi4/w32uiautomation.git
git@gitee.com:yongzhi4/w32uiautomation.git
yongzhi4
w32uiautomation
w32uiautomation
23a1f2281c99

搜索帮助

53164aa7 5694891 3bd8fe86 5694891