Click or drag to resize

ModernContentShowMessageBox Method (String, String, String)

Shows the message box with detailed error message.

Namespace:  Hummingbird.UI
Assembly:  Hummingbird.UI (in Hummingbird.UI.dll) Version: 1.1.0.0
Syntax
public MessageBoxResult ShowMessageBox(
	string Title,
	string Message,
	string Details
)

Parameters

Title
Type: SystemString
Title of the MessageBox.
Message
Type: SystemString
Content of the message.
Details
Type: SystemString
The details message (can contains detailed error messages)

Return Value

Type: MessageBoxResult
The MessageBoxResult value according to which button is clicked.
See Also