DesktopSystemSpecificsShowAlert Method
Native way to show alert message.
Namespace: SMath.EnvironmentAssembly: SMath.Environment (in SMath.Environment.dll) Version: 1.2.9018.0
public void ShowAlert(
string message,
string title
)
Public Sub ShowAlert (
message As String,
title As String
)
public:
virtual void ShowAlert(
String^ message,
String^ title
) sealed
abstract ShowAlert :
message : string *
title : string -> unit
override ShowAlert :
message : string *
title : string -> unit
- message String
- Text of the message.
- title String
- Title of the alert.
ISystemSpecificsShowAlert(String, String)