Class DesktopProgressBar
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: ArtOfTest.WebAii.DesktopAutomation.Controls
Assembly: ArtOfTest.WebAii.dll
Syntax
public class DesktopProgressBar : DesktopControl
Constructors
DesktopProgressBar()
Declaration
public DesktopProgressBar()
Properties
Maximum
Declaration
public double Maximum { get; }
Property Value
System.Double
|
Minimum
Declaration
public double Minimum { get; }
Property Value
System.Double
|
Value
Declaration
public double Value { get; }
Property Value
System.Double
|
Methods
InitControl(DesktopElement)
Declaration
protected override void InitControl(DesktopElement element)
Parameters
DesktopElement
element
|