Interface IStatusBar
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
Items
The list of all non-empty items in the status bar.
ReadOnlyCollection<string> Items { get; }
Property Value
MessageId
The ID of the message in text format.
string MessageId { get; }
Property Value
MessageNumber
The internal number of the message on the status bar.
string MessageNumber { get; }
Property Value
MessageType
The type of message.
StatusBarMessageType MessageType { get; }
Property Value
Text
The text associated with the object.
string Text { get; }