Freigeben über


ScrollBarAutomationPeer(ScrollBar) Konstruktor

Definition

Initialisiert eine neue Instanz der 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)

Parameter

owner
ScrollBar

Die ScrollBar, die diesem ScrollBarAutomationPeer zugeordnet ist.

Gilt für:

Weitere Informationen