ProgressBarAutomationPeer(ProgressBar) Constructor

Definition

Initializes a new instance of the ProgressBarAutomationPeer class.

 ProgressBarAutomationPeer(ProgressBar const& owner);
public ProgressBarAutomationPeer(ProgressBar owner);
function ProgressBarAutomationPeer(owner)
Public Sub New (owner As ProgressBar)

Parameters

owner
ProgressBar

The ProgressBar control instance to create the peer for.

Applies to