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
Syntaxpublic MessageBoxResult ShowMessageBox(
	string Title,
	string Message,
	string Details
)
Public Function ShowMessageBox ( 
	Title As String,
	Message As String,
	Details As String
) As MessageBoxResult
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: 
MessageBoxResultThe 
MessageBoxResult value according to which button is clicked.
See Also