Interface IUiObjectBase
Base interface for all standard Windows test objects.
Inherited Members
Namespace: HP.LFT.SDK.StdWin
Assembly: HP.LFT.SDK.dll
Syntax
public interface IUiObjectBase : IUiObjectBase, IClickable, IDoubleClickable, ILocationInfoProvider, ISupportSendKeys, ISupportDragAndDrop, IEnabledProvider, IVisibleProvider
Properties
AccessibleName
This object's name. Available for windowless objects only.
Declaration
string AccessibleName { get; }
Property Value
| Type | Description |
|---|---|
| string |
AttachedText
The static text attached to the object.
Declaration
string AttachedText { get; }
Property Value
| Type | Description |
|---|---|
| string |
Text
The text associated with the object.
Declaration
string Text { get; }
Property Value
| Type | Description |
|---|---|
| string |
WindowClassRegExp
The permanent part of the MFC window class.
Declaration
string WindowClassRegExp { get; }
Property Value
| Type | Description |
|---|---|
| string |
WindowExtendedStyle
The extended window style of the object. Possible values: WindowExtendedStyles
Declaration
WindowExtendedStyles WindowExtendedStyle { get; }
Property Value
| Type | Description |
|---|---|
| WindowExtendedStyles |
WindowId
The window identifier for the object.
Declaration
int WindowId { get; }
Property Value
| Type | Description |
|---|---|
| int |
WindowStyle
The window style of the object. Possible values: WindowStyles
Declaration
WindowStyles WindowStyle { get; }
Property Value
| Type | Description |
|---|---|
| WindowStyles |