ProgressWindow.addProgressControl Method
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.
Overloads
addProgressControl() | |
addProgressControl(Int32) |
addProgressControl()
public:
virtual int addProgressControl();
public virtual int addProgressControl ();
abstract member addProgressControl : unit -> int
override this.addProgressControl : unit -> int
Public Overridable Function addProgressControl () As Integer
Returns
Applies to
addProgressControl(Int32)
public:
virtual int addProgressControl(int _progressControlCount);
public virtual int addProgressControl (int _progressControlCount);
abstract member addProgressControl : int -> int
override this.addProgressControl : int -> int
Public Overridable Function addProgressControl (_progressControlCount As Integer) As Integer
Parameters
- _progressControlCount
- Int32