ScrollViewerAutomationPeer(ScrollViewer) Constructor

Definition

Initializes a new instance of the ScrollViewerAutomationPeer class.

public:
 ScrollViewerAutomationPeer(System::Windows::Controls::ScrollViewer ^ owner);
public ScrollViewerAutomationPeer (System.Windows.Controls.ScrollViewer owner);
new System.Windows.Automation.Peers.ScrollViewerAutomationPeer : System.Windows.Controls.ScrollViewer -> System.Windows.Automation.Peers.ScrollViewerAutomationPeer
Public Sub New (owner As ScrollViewer)

Parameters

owner
ScrollViewer

The ScrollViewer that is associated with this ScrollViewerAutomationPeer.

Applies to

See also