BtMsgSeverity Constants

When you send a BarTender message using the UserMessage function, you must assign it a severity level.

The following constants are available:

Constant

Description

btMsgSeverityError

Sends an error message.

btMsgSeverityInformation

Sends an informational message.

btMsgSeverityWarning

Sends a warning message.

Related Topics