IUserInformerShowAlert Method

Shows an alert message using AppShortTitle as the title of the message box.

Definition

Namespace: SMath.Manager
Assembly: SMath.Manager (in SMath.Manager.dll) Version: 1.74.9654.0
C#
void ShowAlert(
	string message,
	AlertLevel level
)

Parameters

message  String
Text of the message.
level  AlertLevel
Level which affects the icon in the message box.

See Also