![]() | Type | Description | ||
| Msg as MessageEnum | A MessageEnum expression that indicates the value being changed | |||
| String | A string expression that indicates the message being changed. It supports built-in HTML format. |
The following sample changes the "Cannot divide by zero.", that's displayed when the calculator performs a division by zero:
CalcCombo1.Message(exCannotDivideByZero) = "Divide by zero."The Message property supports built-in HTML format like follows: