ProgressBarAutomationPeer(ProgressBar) Constructor

Definition

Initializes a new instance of the ProgressBarAutomationPeer class.

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

Parameters

owner
ProgressBar

The ProgressBar that is associated with this ProgressBarAutomationPeer.

Applies to

See also