IUIAutomationGridItemPattern interface (uiautomationclient.h)
Provides access to a child control in a grid-style container that supports the IUIAutomationGridPattern interface.
Inheritance
The IUIAutomationGridItemPattern interface inherits from the IUnknown interface.
Methods
The IUIAutomationGridItemPattern interface has these methods.
IUIAutomationGridItemPattern::get_CachedColumn Retrieves the cached zero-based index of the column that contains the grid item. |
IUIAutomationGridItemPattern::get_CachedColumnSpan Retrieves the cached number of columns spanned by the grid item. |
IUIAutomationGridItemPattern::get_CachedContainingGrid Retrieves the cached element that contains the grid item. |
IUIAutomationGridItemPattern::get_CachedRow Retrieves the cached zero-based index of the row that contains the item. |
IUIAutomationGridItemPattern::get_CachedRowSpan Retrieves the cached number of rows spanned by a grid item. |
IUIAutomationGridItemPattern::get_CurrentColumn Retrieves the zero-based index of the column that contains the item. |
IUIAutomationGridItemPattern::get_CurrentColumnSpan Retrieves the number of columns spanned by the grid item. |
IUIAutomationGridItemPattern::get_CurrentContainingGrid Retrieves the element that contains the grid item. |
IUIAutomationGridItemPattern::get_CurrentRow Retrieves the zero-based index of the row that contains the grid item. |
IUIAutomationGridItemPattern::get_CurrentRowSpan Retrieves the number of rows spanned by the grid item. |
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 7, Windows Vista with SP2 and Platform Update for Windows Vista, Windows XP with SP3 and Platform Update for Windows Vista [desktop apps only] |
Minimum supported server | Windows Server 2008 R2, Windows Server 2008 with SP2 and Platform Update for Windows Server 2008, Windows Server 2003 with SP2 and Platform Update for Windows Server 2008 [desktop apps only] |
Target Platform | Windows |
Header | uiautomationclient.h (include UIAutomation.h) |