Class GuiStatusbar
Wraps the SAP GUI status bar (GuiStatusbar).
public class GuiStatusbar : GuiComponent
- Inheritance
-
GuiStatusbar
- Inherited Members
Properties
IsError
Returns true if the last message was an error or abort (type E or A).
public bool IsError { get; }
Property Value
IsSuccess
Returns true if the last message was a success notification (type S).
public bool IsSuccess { get; }
Property Value
IsWarning
Returns true if the last message was a warning (type W).
public bool IsWarning { get; }
Property Value
MessageType
Message type: "S"=Success, "W"=Warning, "E"=Error, "A"=Abort, "I"=Info, ""=None.
public string MessageType { get; }
Property Value
Text
The full status bar message text.
public override string Text { get; }
Property Value
Methods
ToString()
Returns a string that represents the current object.
public override string ToString()
Returns
- string
A string that represents the current object.