Shows the alert

C# | Visual Basic | Visual C++ |
public static void Show( string title, string message, AlertButtonFlag flags )
Public Shared Sub Show ( _ title As String, _ message As String, _ flags As AlertButtonFlag _ )
public: static void Show( String^ title, String^ message, AlertButtonFlag flags )
