Namespace: DeltaEngine.Platforms.WindowsAssembly: DeltaEngine.Platforms.Windows (in DeltaEngine.Platforms.Windows.dll) Version: 1.1.1.0 (1.1.1)
public virtual string ShowMessageBox(
string caption,
string message,
string[] buttons
)
public virtual string ShowMessageBox(
string caption,
string message,
string[] buttons
)
Public Overridable Function ShowMessageBox (
caption As String,
message As String,
buttons As String()
) As String
Public Overridable Function ShowMessageBox (
caption As String,
message As String,
buttons As String()
) As String
public:
virtual String^ ShowMessageBox(
String^ caption,
String^ message,
array<String^>^ buttons
)
public:
virtual String^ ShowMessageBox(
String^ caption,
String^ message,
array<String^>^ buttons
)
abstract ShowMessageBox :
caption : string *
message : string *
buttons : string[] -> string
override ShowMessageBox :
caption : string *
message : string *
buttons : string[] -> string
abstract ShowMessageBox :
caption : string *
message : string *
buttons : string[] -> string
override ShowMessageBox :
caption : string *
message : string *
buttons : string[] -> string
Return Value
Type:
StringImplements
Window ShowMessageBox(String, String, String )