Table of Contents

Class UiObjectDescription

Namespace
HP.LFT.SDK.StdWin
Assembly
HP.LFT.SDK.dll

The description of a standard Windows UiObject test object.

public class UiObjectDescription : UiObjectWithLayoutInfoDescription, ICloneable, IDescription
Inheritance
UiObjectDescription
Implements
Inherited Members

Constructors

UiObjectDescription()

Initializes a new instance of the UiObjectDescription class.

public UiObjectDescription()

Properties

HorizontalScroll

The scroll properties of the horizontal scroll bar. Possible values: ScrollProperty

public ScrollProperty HorizontalScroll { get; set; }

Property Value

ScrollProperty

VerticalScroll

The scroll properties of the vertical scroll bar. Possible values: ScrollProperty

public ScrollProperty VerticalScroll { get; set; }

Property Value

ScrollProperty