Note
Does nothing when IsWebApplication is true.
Shows an alert message using AppShortTitle as the title of the message box.
void ShowAlert(
string message
)
Sub ShowAlert (
message As String
)
void ShowAlert(
String^ message
)
abstract ShowAlert :
message : string -> unit