Mini SQL Query Extensibility Documentation
SetStatus Method (source, text)
NamespacesMiniSqlQuery.CoreIHostWindowSetStatus(Form, String)

[This is preliminary documentation and is subject to change.]

Sets the status text of the host.
Declaration Syntax
C#Visual BasicVisual C++
void SetStatus(
	Form source,
	string text
)
Sub SetStatus ( _
	source As Form, _
	text As String _
)
void SetStatus(
	Form^ source, 
	String^ text
)
Parameters
source (Form)
The source form, for tracking MDI children.
text (String)
The text to set.

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