ScrollBarAutomationPeer(ScrollBar) Constructor

Definitie

Initialiseert een nieuw exemplaar van de ScrollBarAutomationPeer klasse.

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

De ScrollBar die aan dit ScrollBarAutomationPeeris gekoppeld.

Van toepassing op

Zie ook