Table of Contents

Interface IProgressBar

Namespace
HP.LFT.SDK.WPF
Assembly
HP.LFT.SDK.dll

A .NET WPF progress bar object.

public interface IProgressBar : IUiObjectBase, IUiObjectBase, IClickable, IDoubleClickable, ILocationInfoProvider, ISupportSendKeys, ISupportDragAndDrop, IEnabledProvider, IVisibleProvider, ISupportsNativeObject, ITestObject, ITestObjectDescriber
Inherited Members
Extension Methods

Properties

Maximum

The maximum value of this progress bar.

int Maximum { get; }

Property Value

int

Minimum

The minimum value of this progress bar.

int Minimum { get; }

Property Value

int

Value

The current value of this progress bar.

int Value { get; }

Property Value

int