Click or drag to resize

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.7 (2.0.1.7)
Syntax
C#
public IWindow Window { 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