Interface IStatusBar
The status line and message line at the bottom of an ApplicationSession window.
Inherited Members
Namespace: HP.LFT.SDK.Oracle
Assembly: HP.LFT.SDK.dll
Syntax
public interface IStatusBar : IUiObjectBase, IClickable, ILocationInfoProvider, IEnabledProvider, ITopLevelObject, ITestObject, ITestObjectDescriber
Properties
ClassPath
The Oracle class hierarchy of the object's Oracle class.
Declaration
string ClassPath { get; }
Property Value
| Type | Description |
|---|---|
| string |
ErrorCode
The error code of the displayed message.
Declaration
string ErrorCode { get; }
Property Value
| Type | Description |
|---|---|
| string |
Message
The text of the displayed message.
Declaration
string Message { get; }
Property Value
| Type | Description |
|---|---|
| string |