Table of Contents

Interface IScrollBar

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

A .NET WPF scroll bar object.

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

Properties

Maximum

The maximum position of this scroll bar.

double Maximum { get; }

Property Value

double

Minimum

The minimum position of this scroll bar.

double Minimum { get; }

Property Value

double

Value

The current position of this scroll bar.

double Value { get; }

Property Value

double

Methods

SetPosition(double)

Sets the scroll bar position.

void SetPosition(double position)

Parameters

position double

The position to set.