IPluginHost.GetWindows Property

AdiIRC API v2

IPluginHostGetWindows Property

Get a list of all IWindows.

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

Property Value

Type: ICollection
See Also