Mini SQL Query Extensibility Documentation
DisplaySimpleMessageBox Method (source, text, caption)
NamespacesMiniSqlQuery.CoreIHostWindowDisplaySimpleMessageBox(Form, String, String)
Displays an "OK" message box with the specified text and caption.
Declaration Syntax
C#Visual BasicVisual C++
DialogResult DisplaySimpleMessageBox(
	Form source,
	string text,
	string caption
)
Function DisplaySimpleMessageBox ( _
	source As Form, _
	text As String, _
	caption As String _
) As DialogResult
DialogResult DisplaySimpleMessageBox(
	Form^ source, 
	String^ text, 
	String^ caption
)
Parameters
source (Form)
The source form of the message.
text (String)
The text to display in the message box.
caption (String)
The text to display in the title bar of the message box.
Return Value
One of the DialogResult values.

Assembly: MiniSqlQuery.Core (Module: MiniSqlQuery.Core) Version: 1.0.0.0 (1.0.0.0)