Table of Contents

Class UiFormBaseDescription

Base interface for Oracle Forms test objects.

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

Constructors

UiFormBaseDescription()

Declaration
protected UiFormBaseDescription()

Properties

Title

The window title.

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

Implements

ICloneable
IDescription