Class StatusBarDescription
Description of a SAP GUI for Windows status bar.
public class StatusBarDescription : ElementDescription, ICloneable, IDescription
- Inheritance
-
StatusBarDescription
- Implements
- Inherited Members
Constructors
StatusBarDescription()
public StatusBarDescription()
Properties
IsMessageAsPopup
Indicates whether the message is a pop-up.
public bool? IsMessageAsPopup { get; set; }
Property Value
- bool?
Items
The list of the items in the status bar.
public string[] Items { get; set; }
Property Value
- string[]
ItemsCount
The number of non-empty items in the status bar.
public uint? ItemsCount { get; set; }
Property Value
- uint?
MessageId
The ID of the message in text format.
public StringProperty MessageId { get; set; }
Property Value
MessageNumber
The internal number of the message on the status bar.
public StringProperty MessageNumber { get; set; }
Property Value
MessageType
The type of message.
public StatusBarMessageType? MessageType { get; set; }
Property Value
Text
The text string associated with the status bar.
public StringProperty Text { get; set; }