Core Library for WPF | ComponentOne
C1.WPF.Core.Automation Namespace / ScrollViewerAutomationPeer Class / ScrollViewerAutomationPeer Constructor
The FrameworkElement associated with this ScrollViewerAutomationPeer.

In This Topic
    ScrollViewerAutomationPeer Constructor
    In This Topic
    Initializes a new instance of the ScrollViewerAutomationPeer class.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal owner As C1ScrollViewer _
    )
    public ScrollViewerAutomationPeer( 
       C1ScrollViewer owner
    )

    Parameters

    owner
    The FrameworkElement associated with this ScrollViewerAutomationPeer.
    See Also