Input for WinForms | ComponentOne
C1.Win.Accessibility.Items.BaseInterfaces Namespace / IUiaGridItemProvider Interface / ContainingGrid Property

In This Topic
    ContainingGrid Property (IUiaGridItemProvider)
    In This Topic
    Gets a UI Automation provider that implements System.Windows.Automation.Provider.IGridProvider and represents the container of the cell or item. Returns: A UI Automation provider that implements the System.Windows.Automation.GridPattern and represents the cell or item container.
    Syntax
    'Declaration
     
    
    ReadOnly Property ContainingGrid As IRawElementProviderSimple
    IRawElementProviderSimple ContainingGrid {get;}
    See Also