FlexGrid for WPF | ComponentOne
C1.WPF.Grid Assembly / C1.WPF.Grid Namespace / GridCellView Class / OnCreateAutomationPeer Method

In This Topic
    OnCreateAutomationPeer Method (GridCellView)
    In This Topic
    Returns class-specific System.Windows.Automation.Peers.AutomationPeer implementations for the Windows Presentation Foundation (WPF) infrastructure.
    Syntax
    'Declaration
     
    Protected Overrides Function OnCreateAutomationPeer() As AutomationPeer
    protected override AutomationPeer OnCreateAutomationPeer()

    Return Value

    The type-specific System.Windows.Automation.Peers.AutomationPeer implementation.
    See Also