Types of status bar messages.
Types of status bar messages.
| Member | Value | Description |
|---|---|---|
| smt_None | -1 | Indicates no message was sent to the status bar.
Use this type only to check if a message was sent or to clear a previous message immediately. |
| smt_Warning | 1 | Warning message (blue background) |
| smt_Error | 2 | Error message (red background) |
| smt_Success | 3 | Success message (green background) |