WpfHostedFormsWindow ShowMessageBox Method Delta Engine Documentation

Namespace: DeltaEngine.Editor.Emulator
Assembly: DeltaEngine.Editor.Emulator (in DeltaEngine.Editor.Emulator.dll) Version: 1.1.1.0 (1.1.1)
Syntax

public override string ShowMessageBox(
	string caption,
	string message,
	string[] buttons
)

Parameters

caption
Type: System String
message
Type: System String
buttons
Type:  System String 

Return Value

Type: String

Implements

Window ShowMessageBox(String, String,  String )
See Also