Control Pattern Identifiers
This section lists the constant values used to identify Microsoft UI Automation control patterns.
Constants
- UIA_DockPatternId (10011)
Identifies the Dock control pattern. For more information, see Implementing the UI Automation Dock Control Pattern.- UIA_ExpandCollapsePatternId (10005)
Identifies the ExpandCollapse control pattern. For more information, see Implementing the UI Automation ExpandCollapse Control Pattern.- UIA_GridItemPatternId (10007)
Identifies the GridItem control pattern. For more information, see Implementing the UI Automation GridItem Control Pattern.- UIA_GridPatternId (10006)
Identifies the Grid control pattern. For more information, see Implementing the UI Automation Grid Control Pattern.- UIA_InvokePatternId (10000)
Identifies the Invoke control pattern. For more information, see Implementing the UI Automation Invoke Control Pattern.- UIA_ItemContainerPatternId (10019)
Identifies the ItemContainer control pattern. For more information, see Implementing the UI Automation ItemContainer Control Pattern.- UIA_LegacyIAccessiblePatternId (10018)
Identifies the LegacyIAccessible control pattern. For more information, see Implementing the UI Automation LegacyIAccessible Control Pattern.- UIA_MultipleViewPatternId (10008)
Identifies the MultipleView control pattern. For more information, see Implementing the UI Automation MultipleView Control Pattern.- UIA_RangeValuePatternId (10003)
Identifies the RangeValue control pattern. For more information, see Implementing the UI Automation RangeValue Control Pattern.- UIA_ScrollItemPatternId (10017)
Identifies the ScrollItem control pattern. For more information, see Implementing the UI Automation ScrollItem Control Pattern.- UIA_ScrollPatternId (10004)
Identifies the Scroll control pattern. For more information, see Implementing the UI Automation Scroll Control Pattern.- UIA_SelectionItemPatternId (10010)
Identifies the SelectionItem control pattern. For more information, see Implementing the UI Automation SelectionItem Control Pattern.- UIA_SelectionPatternId (10001)
Identifies the Selection control pattern. For more information, see Implementing the UI Automation Selection Control Pattern.- UIA_SynchronizedInputPatternId (10021)
Identifies the SynchronizedInput control pattern. For more information, see Implementing the UI Automation SynchronizedInput Control Pattern.- UIA_TableItemPatternId (10013)
Identifies the TableItem control pattern. For more information, see Implementing the UI Automation TableItem Control Pattern.- UIA_TablePatternId (10012)
Identifies the Table control pattern. For more information, see Implementing the UI Automation Table Control Pattern.- UIA_TextPatternId (10014)
Identifies the Text control pattern. For more information, see UI Automation Text Pattern Overview.- UIA_TogglePatternId (10015)
Identifies the Toggle control pattern. For more information, see Implementing the UI Automation Toggle Control Pattern.- UIA_TransformPatternId (10016)
Identifies the Transform control pattern. For more information, see Implementing the UI Automation Transform Control Pattern.- UIA_ValuePatternId (10002)
Identifies the Value control pattern. For more information, see Implementing the UI Automation Value Control Pattern.- UIA_VirtualizedItemPatternId (10020)
Identifies the VirtualizedItem control pattern. For more information, see Working with Virtualized Items.- UIA_WindowPatternId (10009)
Identifies the Window control pattern. For more information, see Implementing the UI Automation Window Control Pattern.
See Also