Class UiObjectBaseDescription
The description of a standard Windows UiObjectBase abstract type.
Inheritance
Inherited Members
Namespace: HP.LFT.SDK.StdWin
Assembly: HP.LFT.SDK.dll
Syntax
public abstract class UiObjectBaseDescription : Description, ICloneable, IDescription
Constructors
UiObjectBaseDescription()
Initializes a new instance of the UiObjectBaseDescription class.
Declaration
protected UiObjectBaseDescription()
Properties
AbsoluteLocation
The object's absolute coordinates relative to the screen (in pixels). 0,0 is the top-left corner of the (primary) monitor.
Declaration
public LocationProperty AbsoluteLocation { get; set; }
Property Value
| Type | Description |
|---|---|
| LocationProperty |
AccessibleName
The object's name. The name is available for windowless objects only.
Declaration
public StringProperty AccessibleName { get; set; }
Property Value
| Type | Description |
|---|---|
| StringProperty |
AttachedText
The static text attached to the control.
Declaration
public StringProperty AttachedText { 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? |
IsFocused
Indicates whether the object is in focus.
Declaration
public bool? IsFocused { get; set; }
Property Value
| Type | Description |
|---|---|
| bool? |
IsVisible
Indicates whether the object is visible.
Declaration
public bool? IsVisible { get; set; }
Property Value
| Type | Description |
|---|---|
| bool? |
Location
The object's coordinates relative to the parent window (in pixels).
Declaration
public LocationProperty Location { get; set; }
Property Value
| Type | Description |
|---|---|
| LocationProperty |
NativeClass
The window class name of the object.
Declaration
public StringProperty NativeClass { get; set; }
Property Value
| Type | Description |
|---|---|
| StringProperty |
Size
The object's size (in pixels).
Declaration
public SizeProperty Size { get; set; }
Property Value
| Type | Description |
|---|---|
| SizeProperty |
Text
The text associated with the object.
Declaration
public StringProperty Text { get; set; }
Property Value
| Type | Description |
|---|---|
| StringProperty |
WindowClassRegExp
The permanent part of the MFC window class.
Declaration
public StringProperty WindowClassRegExp { get; set; }
Property Value
| Type | Description |
|---|---|
| StringProperty |
WindowExtendedStyle
The extended window style of the object. Possible values: WindowExtendedStyles
Declaration
public WindowExtendedStyles? WindowExtendedStyle { get; set; }
Property Value
| Type | Description |
|---|---|
| WindowExtendedStyles? |
WindowId
The window identifier of the object.
Declaration
public int? WindowId { get; set; }
Property Value
| Type | Description |
|---|---|
| int? |
WindowStyle
The window style of the object. Possible values: WindowStyles
Declaration
public WindowStyles? WindowStyle { get; set; }
Property Value
| Type | Description |
|---|---|
| WindowStyles? |
WindowTitleRegExp
The constant part of the window title.
Declaration
public StringProperty WindowTitleRegExp { get; set; }
Property Value
| Type | Description |
|---|---|
| StringProperty |