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