Mini SQL Query Extensibility Documentation
Visible Property
NamespacesMiniSqlQuery.CoreIFindReplaceWindowVisible
Gets or sets a value indicating whether this form is visible.
Declaration Syntax
C#Visual BasicVisual C++
bool Visible { get; set; }
Property Visible As Boolean
property bool Visible {
	bool get ();
	void set (bool value);
}
Value
true if visible; otherwise, false.

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