Interface IGridItemProvider

All Superinterfaces:
IInitable

public interface IGridItemProvider extends IInitable
Provides access to individual child controls of containers that implement IGridProvider.

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.

  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Interface
    Description
    static class 
    context object for IGridItemProvider.
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    Specifies the ordinal number of the column that contains this cell or item.
    int
    Specifies the number of columns spanned by this cell or item.
    Specifies the UI Automation provider that implements IGridProvider and represents the container of this cell or item.
    int
    Specifies the ordinal number of the row that contains this cell or item.
    int
    Specifies the number of rows spanned by this cell or item.

    Methods inherited from interface at.bestsolution.uia.IInitable

    initialize
  • Method Details

    • get_Column

      int get_Column()
      Specifies the ordinal number of the column that contains this cell or item.
      Returns:
      the column
    • get_ColumnSpan

      int get_ColumnSpan()
      Specifies the number of columns spanned by this cell or item.
      Returns:
      the column span
    • get_Row

      int get_Row()
      Specifies the ordinal number of the row that contains this cell or item.
      Returns:
      the row
    • get_RowSpan

      int get_RowSpan()
      Specifies the number of rows spanned by this cell or item.
      Returns:
      the row span
    • get_ContainingGrid

      IUIAElement get_ContainingGrid()
      Specifies the UI Automation provider that implements IGridProvider and represents the container of this cell or item.
      Returns:
      the conaining grid element