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