Mini SQL Query Extensibility Documentation
ActiveFormAsEditor Property
NamespacesMiniSqlQuery.Core.CommandsCommandBaseActiveFormAsEditor
Attempts to convert the current host windows active form to IEditor.
Declaration Syntax
C#Visual BasicVisual C++
protected IEditor ActiveFormAsEditor { get; }
Protected ReadOnly Property ActiveFormAsEditor As IEditor
protected:
property IEditor^ ActiveFormAsEditor {
	IEditor^ get ();
}
Value
A reference to the active base editor window, otherwise null.

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