FlexGrid for WPF | ComponentOne
C1.WPF.Grid Assembly / C1.WPF.Grid.Automation Namespace / GridCellAutomationPeer Class / GetPeerFromPointCore Method

In This Topic
    GetPeerFromPointCore Method (GridCellAutomationPeer)
    In This Topic
    Syntax
    'Declaration
     
    Protected Overridable Function GetPeerFromPointCore( _
       ByVal point As Point _
    ) As AutomationPeer
    protected virtual AutomationPeer GetPeerFromPointCore( 
       Point point
    )

    Parameters

    point
    See Also