ISystemSpecifics.ShowAlert Method

Native way to show alert message.

Definition

Namespace: SMath.Drawing
Assembly: SMath.Drawing (in SMath.Drawing.dll) Version: 1.4.0.0
C#
void ShowAlert(
	string message,
	string title
)

Parameters

message  String
Text of the message.
title  String
Title of the alert.

See Also