An NDoc Documented Class Library

ProgressBar Constructor

Initializes a new instance of the ProgressBar class.

Overload List

Initializes a new instance of the ProgressBar class.

[Visual Basic] Protected Sub New()
[C#] protected ProgressBar();
[C++] protected: ProgressBar();
[JScript] protected function ProgressBar();

 

[Visual Basic] Public Sub New(ByVal AutomationElement,ByVal ActionListener)
[C#] public ProgressBar(AutomationElement,ActionListener);
[C++] public: ProgressBar(AutomationElement*,ActionListener*);
[JScript] public function ProgressBar(AutomationElement,ActionListener);

See Also

ProgressBar Class | White.Core.UIItems Namespace