Table of Contents

Class UiObjectDescription

The description of a standard Windows UiObject test object.

Namespace: HP.LFT.SDK.StdWin
Assembly: HP.LFT.SDK.dll
Syntax
public class UiObjectDescription : UiObjectWithLayoutInfoDescription, ICloneable, IDescription

Constructors

UiObjectDescription()

Initializes a new instance of the UiObjectDescription class.

Declaration
public UiObjectDescription()

Properties

HorizontalScroll

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

Declaration
public ScrollProperty HorizontalScroll { get; set; }
Property Value
Type Description
ScrollProperty

VerticalScroll

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

Declaration
public ScrollProperty VerticalScroll { get; set; }
Property Value
Type Description
ScrollProperty

Implements

ICloneable
IDescription