IGridItemProvider interface (uiautomationcore.h)
Provides access to individual child controls of containers that implement IGridProvider.
Inheritance
The IGridItemProvider interface inherits from the IUnknown interface.
Methods
The IGridItemProvider interface has these methods.
IGridItemProvider::get_Column Specifies the ordinal number of the column that contains this cell or item. |
IGridItemProvider::get_ColumnSpan Specifies the number of columns spanned by this cell or item. |
IGridItemProvider::get_ContainingGrid Specifies the UI Automation provider that implements IGridProvider and represents the container of this cell or item. |
IGridItemProvider::get_Row Specifies the ordinal number of the row that contains this cell or item. |
IGridItemProvider::get_RowSpan 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
Requirement | Value |
---|---|
Minimum supported client | Windows XP [desktop apps | UWP apps] |
Minimum supported server | Windows Server 2003 [desktop apps | UWP apps] |
Target Platform | Windows |
Header | uiautomationcore.h (include UIAutomation.h) |