Click or drag to resize

RegisteredCommandArgsWindow Property

Returns the IWindow for which the command 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 command does not have a window context the window for the active IServer will be used
See Also