ClassDesktopProgressBar
Class
Represents progress bar control.
Definition
Namespace:ArtOfTest.WebAii.DesktopAutomation.Controls
Assembly:ArtOfTest.WebAii.dll
Syntax:
cs-api-definition
public class DesktopProgressBar : DesktopControl
Inheritance: objectDesktopControlDesktopProgressBar
Inherited Members
Constructors
DesktopProgressBar()
Declaration
cs-api-definition
public DesktopProgressBar()
Properties
Methods
InitControl(DesktopElement)
Initialize desktop control.
Declaration
cs-api-definition
protected override void InitControl(DesktopElement element)
Parameters
element
Underlying element.
Overrides