Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

IGridItemProvider Interface

 

Exposes methods and properties to support UI Automation client access to individual child controls of containers that implement IGridProvider.

Namespace:   System.Windows.Automation.Provider
Assembly:  UIAutomationProvider (in UIAutomationProvider.dll)

[ComVisibleAttribute(true)]
[GuidAttribute("d02541f1-fb81-4d64-ae32-f520f8a6dbd1")]
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
public interface IGridItemProvider

NameDescription
System_CAPS_pubpropertyColumn

Gets the ordinal number of the column that contains the cell or item.

System_CAPS_pubpropertyColumnSpan

Gets the number of columns spanned by a cell or item.

System_CAPS_pubpropertyContainingGrid

Gets a UI Automation provider that implements IGridProvider and represents the container of the cell or item.

System_CAPS_pubpropertyRow

Gets the ordinal number of the row that contains the cell or item.

System_CAPS_pubpropertyRowSpan

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.

.NET Framework
Available since 3.0
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.0
Return to top
Show:
© 2017 Microsoft