IUserInformerShowAlert Method
Shows an alert message using
AppShortTitle as the title of the message box.
Namespace: SMath.ManagerAssembly: SMath.Manager (in SMath.Manager.dll) Version: 1.74.9654.0
void ShowAlert(
string message,
AlertLevel level
)
Sub ShowAlert (
message As String,
level As AlertLevel
)
void ShowAlert(
String^ message,
AlertLevel level
)
abstract ShowAlert :
message : string *
level : AlertLevel -> unit
Parameters
- message String
- Text of the message.
- level AlertLevel
- Level which affects the icon in the message box.