IGridItemProvider interface
Provides access to individual child controls of containers that implement IGridProvider.
Members
The IGridItemProvider interface inherits from the IUnknown interface. IGridItemProvider also has these types of members:
Properties
The IGridItemProvider interface has these properties.
| Property | Access type | Description |
|---|---|---|
|
Read-only |
Specifies the ordinal number of the column that contains this cell or item. | |
|
Read-only |
Specifies the number of columns spanned by this cell or item. | |
|
Read-only |
Specifies the UI Automation provider that implements IGridProvider and represents the container of this cell or item. | |
|
Read-only |
Specifies the ordinal number of the row that contains this cell or item. | |
|
Read-only |
Specifies the number of rows spanned by this cell or item. |
Remarks
Implemented on a UI Automation provider that must support the GridItem control pattern.
Controls that implement IGridItemProvider can typically be traversed (that is, a UI Automation client can move to adjacent controls) by using the keyboard.
Requirements
|
Minimum supported client |
Windows XP [desktop apps | Windows Store apps] |
|---|---|
|
Minimum supported server |
Windows Server 2003 [desktop apps | Windows Store apps] |
|
Header |
|
|
IDL |
|
|
DLL |
|
|
IID |
IID_IGridItemProvider is defined as d02541f1-fb81-4d64-ae32-f520f8a6dbd1 |
See also