Skip to content

Latest commit

 

History

History
77 lines (64 loc) · 3.36 KB

nn-uiautomationcore-igridprovider.md

File metadata and controls

77 lines (64 loc) · 3.36 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NN:uiautomationcore.IGridProvider
IGridProvider (uiautomationcore.h)
Provides access to controls that act as containers for a collection of child elements organized in a two-dimensional logical coordinate system that can be traversed (that is, a Microsoft UI Automation client can move to adjacent controls) by using the keyboard.
IGridProvider
IGridProvider interface [Windows Accessibility]
IGridProvider interface [Windows Accessibility]
described
uiauto.uiauto_IGridProvider
uiauto_IGridProvider
uiautomationcore/IGridProvider
winauto.uiauto_IGridProvider
winauto\uiauto_IGridProvider.htm
WinAuto
37e2cc95-d765-4c2c-ae8a-5a072a43ad5a
12/05/2018
IGridProvider, IGridProvider interface [Windows Accessibility], IGridProvider interface [Windows Accessibility],described, uiauto.uiauto_IGridProvider, uiauto_IGridProvider, uiautomationcore/IGridProvider, winauto.uiauto_IGridProvider
uiautomationcore.h
UIAutomation.h
Windows
Windows XP [desktop apps \| UWP apps]
Windows Server 2003 [desktop apps \| UWP apps]
UIAutomationCore.idl
UIAutomationCore.dll
Windows
19H1
IGridProvider
uiautomationcore/IGridProvider
c++
APIRef
kbSyntax
COM
UIAutomationCore.dll
IGridProvider

IGridProvider interface

-description

Provides access to controls that act as containers for a collection of child elements organized in a two-dimensional logical coordinate system that can be traversed (that is, a Microsoft UI Automation client can move to adjacent controls) by using the keyboard. The children of this element must implement IGridItemProvider.

-inheritance

The IGridProvider interface inherits from the IUnknown interface. IGridProvider also has these types of members:

-remarks

The IGridProvider interface exposes methods and properties to support UI Automation client access to controls that act as containers for a collection of child elements. The children of this element must implement IGridItemProvider and be organized in a two-dimensional logical coordinate system that can 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 Grid control pattern.

IGridProvider does not enable active manipulation of a grid; ITransformProvider must be implemented for this.

-see-also

UI Automation Providers Overview