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