IPluginHost.ActiveIWindow Property

AdiIRC API v2

IPluginHostActiveIWindow Property

Returns the current active IWindow.

Namespace:  AdiIRCAPIv2.Interfaces
Assembly:  AdiIRCAPIv2 (in AdiIRCAPIv2.dll) Version: 2.0.1.4 (2.0.1.4)
Syntax
IWindow ActiveIWindow { get; }
ReadOnly Property ActiveIWindow As IWindow
	Get
property IWindow^ ActiveIWindow {
	IWindow^ get ();
}
abstract ActiveIWindow : IWindow with get

Property Value

Type: IWindow
See Also