Table of Contents

Interface IStatusBar

A status bar in a SAP GUI for Windows application.

Namespace: HP.LFT.SDK.SAP.GUI
Assembly: HP.LFT.SDK.dll
Syntax
public interface IStatusBar : IElement, ITestObject, ITestObjectDescriber, ILocationInfoProvider, ISupportsNativeObject

Properties

IsMessageAsPopup

Indicates whether the message is a pop-up.

Declaration
bool IsMessageAsPopup { get; }
Property Value
Type Description
bool

Items

The list of all non-empty items in the status bar.

Declaration
ReadOnlyCollection<string> Items { get; }
Property Value
Type Description
ReadOnlyCollection<string>

MessageId

The ID of the message in text format.

Declaration
string MessageId { get; }
Property Value
Type Description
string

MessageNumber

The internal number of the message on the status bar.

Declaration
string MessageNumber { get; }
Property Value
Type Description
string

MessageType

The type of message.

Declaration
StatusBarMessageType MessageType { get; }
Property Value
Type Description
StatusBarMessageType

Text

The text associated with the object.

Declaration
string Text { get; }
Property Value
Type Description
string

Extension Methods

TestObjectExtensions.WaitUntilExists<T>(T)
TestObjectExtensions.WaitUntilExists<T>(T, int)
TestObjectExtensions.WaitUntil<T>(T, Func<T, bool>)
TestObjectExtensions.WaitUntil<T>(T, Func<T, bool>, int)