FlexGrid for WPF | ComponentOne
C1.WPF.Grid Assembly / C1.WPF.Grid.Automation Namespace / GridCellViewAutomationPeer Class / PeerFromProvider Method

In This Topic
    PeerFromProvider Method (GridCellViewAutomationPeer)
    In This Topic
    Syntax
    'Declaration
     
    Protected Function PeerFromProvider( _
       ByVal provider As IRawElementProviderSimple _
    ) As AutomationPeer
    protected AutomationPeer PeerFromProvider( 
       IRawElementProviderSimple provider
    )

    Parameters

    provider
    See Also