PatternInterface Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies the control pattern that GetPattern(PatternInterface) returns.
public enum class PatternInterface
public enum PatternInterface
type PatternInterface =
Public Enum PatternInterface
- Inheritance
Fields
Name | Value | Description |
---|---|---|
Invoke | 0 | Value corresponding to the IInvokeProvider control pattern interface. |
Selection | 1 | Value corresponding to the ISelectionProvider control pattern interface. |
Value | 2 | Value corresponding to the IValueProvider control pattern interface. |
RangeValue | 3 | Value corresponding to the IRangeValueProvider control pattern interface. |
Scroll | 4 | Value corresponding to the IScrollProvider control pattern interface. |
ScrollItem | 5 | Value corresponding to the IScrollItemProvider control pattern interface. |
ExpandCollapse | 6 | Value corresponding to the IExpandCollapseProvider control pattern interface. |
Grid | 7 | Value corresponding to the IGridProvider control pattern interface. |
GridItem | 8 | Value corresponding to the IGridItemProvider control pattern interface. |
MultipleView | 9 | Value corresponding to the IMultipleViewProvider control pattern interface. |
Window | 10 | Value corresponding to the IWindowProvider control pattern interface. |
SelectionItem | 11 | Value corresponding to the ISelectionItemProvider control pattern interface. |
Dock | 12 | Value corresponding to the IDockProvider control pattern interface. |
Table | 13 | Value corresponding to the ITableProvider control pattern interface. |
TableItem | 14 | Value corresponding to the ITableItemProvider control pattern interface. |
Toggle | 15 | Value corresponding to the IToggleProvider control pattern interface. |
Transform | 16 | Value corresponding to the ITransformProvider control pattern interface. |
Text | 17 | Value corresponding to the ITextProvider control pattern interface. |
ItemContainer | 18 | Value corresponding to the IItemContainerProvider control pattern interface. |
VirtualizedItem | 19 | Value corresponding to the IVirtualizedItemProvider control pattern interface. |
SynchronizedInput | 20 | Value corresponding to the ISynchronizedInputProvider control pattern interface. |