Mini SQL Query Extensibility Documentation
HostWindow Property
NamespacesMiniSqlQuery.CoreApplicationServicesHostWindow

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

The application host window.
Declaration Syntax
C#Visual BasicVisual C++
public IHostWindow HostWindow { get; set; }
Public Property HostWindow As IHostWindow
public:
property IHostWindow^ HostWindow {
	IHostWindow^ get ();
	void set (IHostWindow^ value);
}
Value
The host window - a Form.

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