A Sandcastle Documented Class Library
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: IWindowRemarks
If the identifier does not have a window context the window for the active IServer will be used
See Also