RegisteredIdentifierArgs.Window Property

AdiIRC API v2

RegisteredIdentifierArgsWindow Property

Returns the IWindow for which the identifier was called from

Namespace:  AdiIRCAPIv2.Arguments.Aliasing
Assembly:  AdiIRCAPIv2 (in AdiIRCAPIv2.dll) Version: 2.0.1.4 (2.0.1.4)
Syntax
public IWindow Window { get; }
Public ReadOnly Property Window As IWindow
	Get
public:
property IWindow^ Window {
	IWindow^ get ();
}
member Window : IWindow with get

Property Value

Type: IWindow
Remarks
If the identifier does not have a window context the window for the active IServer will be used
See Also