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

In This Topic
    GetPeerFromPoint Method (GridCellViewAutomationPeer)
    In This Topic
    Syntax
    'Declaration
     
    Public Function GetPeerFromPoint( _
       ByVal point As Point _
    ) As AutomationPeer
    public AutomationPeer GetPeerFromPoint( 
       Point point
    )

    Parameters

    point
    See Also