ScrollBarAutomationPeer(ScrollBar) Constructor

Definition

Initializes a new instance of the ScrollBarAutomationPeer class.

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

Parameters

owner
ScrollBar

The ScrollBar that is associated with this ScrollBarAutomationPeer.

Applies to

See also