Deprecated in UI API 2004.
The method is supported in the next two releases for backward compatibility. Instead, use Application. StatusBar to get a status bar object, and then call StatusBar.SetText.
Deprecated in UI API 2004.
The method is supported in the next two releases for backward compatibility. Instead, use Application. StatusBar to get a status bar object, and then call StatusBar.SetText.
| Visual Basic |
|---|
Public Sub SetStatusBarMessage( _ ByVal Text As String, _ Optional ByVal Seconds As BoMessageTime = bmt_Medium, _ Optional ByVal IsError As Boolean = True _ ) |
| Value | Description |
|---|---|
| bmt_Short | 5 seconds |
| bmt_Medium | 20 seconds |
| bmt_Long | 50 seconds |
Indicates whether the message appears with a red background (error message):
| ||