Share via


ProgressControl Class

Definition

Represents the interaction logic for ProgressControl.xaml

public ref class ProgressControl : System::Windows::Controls::UserControl, System::Windows::Markup::IComponentConnector
public class ProgressControl : System.Windows.Controls.UserControl, System.Windows.Markup.IComponentConnector
type ProgressControl = class
    inherit UserControl
    interface IComponentConnector
Public Class ProgressControl
Inherits UserControl
Implements IComponentConnector
Inheritance
ProgressControl
Implements

Constructors

ProgressControl()

Initializes a new instance of the ProgressControl class.

Methods

InitializeComponent()

Initializes the components.

Start()

Starts the progress control.

Stop()

Stops the progress control.

Explicit Interface Implementations

IComponentConnector.Connect(Int32, Object)

Applies to