Namespace: DeltaEngine.Editor.EmulatorAssembly: DeltaEngine.Editor.Emulator (in DeltaEngine.Editor.Emulator.dll) Version: 1.1.1.0 (1.1.1)
public override string ShowMessageBox(
string caption,
string message,
string[] buttons
)
public override string ShowMessageBox(
string caption,
string message,
string[] buttons
)
Public Overrides Function ShowMessageBox (
caption As String,
message As String,
buttons As String()
) As String
Public Overrides Function ShowMessageBox (
caption As String,
message As String,
buttons As String()
) As String
public:
virtual String^ ShowMessageBox(
String^ caption,
String^ message,
array<String^>^ buttons
) override
public:
virtual String^ ShowMessageBox(
String^ caption,
String^ message,
array<String^>^ buttons
) override
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 )