[This is preliminary documentation and is subject to change.]
Namespace: Tools.WindowsT.FormsTAssembly: Tools.Windows (in Tools.Windows.dll) Version: 1.5.3.38916 (1.5.3.38916)
Syntax
| C# |
|---|
[DesignerGeneratedAttribute] public class ProgressMonitor : Form, IProgressMonitorUI |
| Visual Basic |
|---|
<DesignerGeneratedAttribute> _ Public Class ProgressMonitor _ Inherits Form _ Implements IProgressMonitorUI |
| Visual C++ |
|---|
[DesignerGeneratedAttribute] public ref class ProgressMonitor : public Form, IProgressMonitorUI |
| F# |
|---|
[<DesignerGeneratedAttribute>] type ProgressMonitor = class inherit Form interface IProgressMonitorUI end |
| JScript |
|---|
public class ProgressMonitor extends Form implements IProgressMonitorUI |
Remarks
See documentation of the ApplyUserState(Object) method in order to see rich options for reporting progress.
Inheritance Hierarchy
System..::..Object
System..::..MarshalByRefObject
System.ComponentModel..::..Component
System.Windows.Forms..::..Control
System.Windows.Forms..::..ScrollableControl
System.Windows.Forms..::..ContainerControl
System.Windows.Forms..::..Form
Tools.WindowsT.FormsT..::..ProgressMonitor
System..::..MarshalByRefObject
System.ComponentModel..::..Component
System.Windows.Forms..::..Control
System.Windows.Forms..::..ScrollableControl
System.Windows.Forms..::..ContainerControl
System.Windows.Forms..::..Form
Tools.WindowsT.FormsT..::..ProgressMonitor
See Also
Version History
1.5.3
- This class implements IProgressMonitorUI interface
- Added support fro Int32, Array and ProgressBarStyle passed in user state of background worker ProgressChanged event.