OpenNETCF Smart Device Framework 2.3
Assembly: OpenNETCF.Windows.Forms (in OpenNETCF.Windows.Forms.dll) Version: 2.3.0.0
Represents a progress bar control similar to the windows progress bar control.
Namespace:
OpenNETCF.Windows.FormsAssembly: OpenNETCF.Windows.Forms (in OpenNETCF.Windows.Forms.dll) Version: 2.3.0.0
Syntax
| C# |
|---|
public class ProgressBar2 : UserControl, IWin32Window |
| Visual Basic (Declaration) |
|---|
Public Class ProgressBar2 _ Inherits UserControl _ Implements IWin32Window |
| Visual Basic (Usage) |
|---|
Dim instance As ProgressBar2 |
| Visual C++ |
|---|
public ref class ProgressBar2 : public UserControl, IWin32Window |
| J# |
|---|
public class ProgressBar2 extends UserControl implements IWin32Window |
| JScript |
|---|
public class ProgressBar2 extends UserControl implements IWin32Window |
| JavaScript |
|---|
OpenNETCF.Windows.Forms.ProgressBar2 = function(); Type.createClass( 'OpenNETCF.Windows.Forms.ProgressBar2', UserControl, OpenNETCF.Windows.Forms.IWin32Window); |
Inheritance Hierarchy
System..::.Object
System..::.MarshalByRefObject
System.ComponentModel..::.Component
System.Windows.Forms..::.Control
System.Windows.Forms..::.ScrollableControl
System.Windows.Forms..::.ContainerControl
System.Windows.Forms..::.UserControl
OpenNETCF.Windows.Forms..::.ProgressBar2
System..::.MarshalByRefObject
System.ComponentModel..::.Component
System.Windows.Forms..::.Control
System.Windows.Forms..::.ScrollableControl
System.Windows.Forms..::.ContainerControl
System.Windows.Forms..::.UserControl
OpenNETCF.Windows.Forms..::.ProgressBar2