Table of Contents

Class FormWindowDescription

Namespace
HP.LFT.SDK.Oracle
Assembly
HP.LFT.SDK.dll

The description of an Oracle forms window test object.

public class FormWindowDescription : UiFormBaseDescription, ICloneable, IDescription
Inheritance
FormWindowDescription
Implements
Inherited Members

Constructors

FormWindowDescription()

public FormWindowDescription()

Properties

ClassPath

The Oracle class hierarchy of the object's Oracle class.

public StringProperty ClassPath { get; set; }

Property Value

StringProperty

IsEnabled

Indicates whether the object is enabled.

public bool? IsEnabled { get; set; }

Property Value

bool?

ShortTitle

The window's short title.

public StringProperty ShortTitle { get; set; }

Property Value

StringProperty