Mini SQL Query Extensibility Documentation
ActiveFormAsEditor Property
NamespacesMiniSqlQuery.Core.CommandsCommandBaseActiveFormAsEditor

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

Attempts to convert the current host windows active form to IQueryEditor.
Declaration Syntax
C#Visual BasicVisual C++
protected IQueryEditor ActiveFormAsEditor { get; }
Protected ReadOnly Property ActiveFormAsEditor As IQueryEditor
protected:
property IQueryEditor^ ActiveFormAsEditor {
	IQueryEditor^ get ();
}
Value
A reference to the active query editor window, otherwise null.

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