Condividi tramite


ScrollViewerAutomationPeer(ScrollViewer) Costruttore

Definizione

Inizializza una nuova istanza della classe ScrollViewerAutomationPeer.

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)

Parametri

owner
ScrollViewer

Oggetto ScrollViewer associato all'oggetto ScrollViewerAutomationPeer.

Si applica a

Vedi anche