ProgressControl Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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) |