Mini SQL Query Extensibility Documentation
SetStatus Method (text)
NamespacesMiniSqlQuery.CoreIQueryEditorSetStatus(String)
Sets the "status" text for the form.
Declaration Syntax
C#Visual BasicVisual C++
void SetStatus(
	string text
)
Sub SetStatus ( _
	text As String _
)
void SetStatus(
	String^ text
)
Parameters
text (String)
The message to appear in the status bar.

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