Class FormWindowDescription
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
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; }