Core Library for WPF | ComponentOne
C1.WPF.Core Namespace / C1ScrollViewer Class / OnCreateAutomationPeer Method

In This Topic
    OnCreateAutomationPeer Method
    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