Table of Contents

Interface IStatusBar

Namespace
HP.LFT.SDK.SAP.GUI
Assembly
HP.LFT.SDK.dll

A status bar in a SAP GUI for Windows application.

public interface IStatusBar : IElement, ITestObject, ITestObjectDescriber, ILocationInfoProvider, ISupportsNativeObject
Inherited Members
Extension Methods

Properties

IsMessageAsPopup

Indicates whether the message is a pop-up.

bool IsMessageAsPopup { get; }

Property Value

bool

Items

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

ReadOnlyCollection<string> Items { get; }

Property Value

ReadOnlyCollection<string>

MessageId

The ID of the message in text format.

string MessageId { get; }

Property Value

string

MessageNumber

The internal number of the message on the status bar.

string MessageNumber { get; }

Property Value

string

MessageType

The type of message.

StatusBarMessageType MessageType { get; }

Property Value

StatusBarMessageType

Text

The text associated with the object.

string Text { get; }

Property Value

string