Table of Contents

Class FormWindowDescription

The description of an Oracle forms window test object.

Namespace: HP.LFT.SDK.Oracle
Assembly: HP.LFT.SDK.dll
Syntax
public class FormWindowDescription : UiFormBaseDescription, ICloneable, IDescription

Constructors

FormWindowDescription()

Declaration
public FormWindowDescription()

Properties

ClassPath

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

Declaration
public StringProperty ClassPath { get; set; }
Property Value
Type Description
StringProperty

IsEnabled

Indicates whether the object is enabled.

Declaration
public bool? IsEnabled { get; set; }
Property Value
Type Description
bool?

ShortTitle

The window's short title.

Declaration
public StringProperty ShortTitle { get; set; }
Property Value
Type Description
StringProperty

Implements

ICloneable
IDescription