Loading...
Method in MessageBoxAttribute
Creates a new warning Message using the provided text.
public static Message Warning(string message)
string message
string
The text to show in the message box. If this value is null , no message box is displayed.
null
A new Message .