Table of Contents

Class GuiStatusbar

Namespace
SapGui.Wrapper
Assembly
SapGui.Wrapper.dll

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

bool

IsSuccess

Returns true if the last message was a success notification (type S).

public bool IsSuccess { get; }

Property Value

bool

IsWarning

Returns true if the last message was a warning (type W).

public bool IsWarning { get; }

Property Value

bool

MessageType

Message type: "S"=Success, "W"=Warning, "E"=Error, "A"=Abort, "I"=Info, ""=None.

public string MessageType { get; }

Property Value

string

Text

The full status bar message text.

public override string Text { get; }

Property Value

string

Methods

ToString()

Returns a string that represents the current object.

public override string ToString()

Returns

string

A string that represents the current object.