IGridItemProvider Interface
Exposes methods and properties to support UI Automation client access to individual child controls of containers that implement IGridProvider.
Assembly: UIAutomationProvider (in UIAutomationProvider.dll)
| Name | Description | |
|---|---|---|
![]() | Column | Gets the ordinal number of the column that contains the cell or item. |
![]() | ColumnSpan | Gets the number of columns spanned by a cell or item. |
![]() | ContainingGrid | Gets a UI Automation provider that implements IGridProvider and represents the container of the cell or item. |
![]() | Row | Gets the ordinal number of the row that contains the cell or item. |
![]() | RowSpan | Gets the number of rows spanned by a cell or item. |
Controls that implement IGridItemProvider can typically be traversed (that is, a UI Automation client can move to adjacent controls) by using the keyboard.
Implemented on a UI Automation provider that must support the GridItemPattern control pattern.
Available since 3.0
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.0
GridItemPattern
System.Windows.Automation.Provider Namespace
UI Automation Control Patterns Overview
Server-Side UI Automation Provider Implementation
Client-Side UI Automation Provider Implementation
Support Control Patterns in a UI Automation Provider
Implementing the UI Automation GridItem Control Pattern
