Package at.bestsolution.uia
Interface ITableItemProvider
- All Superinterfaces:
IInitable
Provides access to child controls of containers that implement ITableProvider.
This control pattern is analogous to IGridItemProvider with the distinction that any control
implementing ITableItemProvider must expose the relationship between the individual cell and its row and column information.
Access to individual cell functionality is provided by the concurrent implementation of IGridItemProvider.
Implemented on a UI Automation provider that must support the TableItem control pattern.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic classcontext object for ITableItemProvider. -
Method Summary
Modifier and TypeMethodDescriptionRetrieves a collection of Microsoft UI Automation provider representing all the column headers associated with a table item or cell.Retrieves a collection of Microsoft UI Automation provider representing all the row headers associated with a table item or cell.Methods inherited from interface at.bestsolution.uia.IInitable
initialize
-
Method Details
-
GetColumnHeaderItems
IUIAElement[] GetColumnHeaderItems()Retrieves a collection of Microsoft UI Automation provider representing all the column headers associated with a table item or cell.- Returns:
- the column header items
-
GetRowHeaderItems
IUIAElement[] GetRowHeaderItems()Retrieves a collection of Microsoft UI Automation provider representing all the row headers associated with a table item or cell.- Returns:
- the row header items
-