DocumentViewerAutomationPeer(DocumentViewer) Constructor

Definition

Initializes a new instance of the DocumentViewerAutomationPeer class.

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

Parameters

owner
DocumentViewer

The DocumentViewer that is associated with this DocumentViewerAutomationPeer.

Applies to