public interface IGridItemProvider extends IInitable
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.
Modifier and Type | Interface and Description |
---|---|
static class |
IGridItemProvider.GridItemProviderContext
context object for IGridItemProvider.
|
Modifier and Type | Method and Description |
---|---|
int |
get_Column()
Specifies the ordinal number of the column that contains this cell or item.
|
int |
get_ColumnSpan()
Specifies the number of columns spanned by this cell or item.
|
IUIAElement |
get_ContainingGrid()
Specifies the UI Automation provider that implements IGridProvider and represents the container of this cell or item.
|
int |
get_Row()
Specifies the ordinal number of the row that contains this cell or item.
|
int |
get_RowSpan()
Specifies the number of rows spanned by this cell or item.
|
initialize
int get_Column()
int get_ColumnSpan()
int get_Row()
int get_RowSpan()
IUIAElement get_ContainingGrid()