PatternInterface Enum

Definition

Specifies the control pattern that GetPattern(PatternInterface) returns.

public enum class PatternInterface
public enum PatternInterface
type PatternInterface = 
Public Enum PatternInterface
Inheritance
PatternInterface

Fields

Dock 12

Value corresponding to the IDockProvider 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.

Invoke 0

Value corresponding to the IInvokeProvider control pattern interface.

ItemContainer 18

Value corresponding to the IItemContainerProvider control pattern interface.

MultipleView 9

Value corresponding to the IMultipleViewProvider 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.

Selection 1

Value corresponding to the ISelectionProvider control pattern interface.

SelectionItem 11

Value corresponding to the ISelectionItemProvider control pattern interface.

SynchronizedInput 20

Value corresponding to the ISynchronizedInputProvider control pattern interface.

Table 13

Value corresponding to the ITableProvider control pattern interface.

TableItem 14

Value corresponding to the ITableItemProvider control pattern interface.

Text 17

Value corresponding to the ITextProvider control pattern interface.

Toggle 15

Value corresponding to the IToggleProvider control pattern interface.

Transform 16

Value corresponding to the ITransformProvider control pattern interface.

Value 2

Value corresponding to the IValueProvider control pattern interface.

VirtualizedItem 19

Value corresponding to the IVirtualizedItemProvider control pattern interface.

Window 10

Value corresponding to the IWindowProvider control pattern interface.

Applies to

See also