Delegate used to create a new IWindow.

Namespace: ININ.InteractionClient.AddIn
Assembly: ININ.InteractionClient.AddIn (in ININ.InteractionClient.AddIn.dll) Version: 0.0.0.0 (22.3.0.218)

Syntax

C#
public delegate IWindow CreateWindowDelegate()
Visual Basic
Public Delegate Function CreateWindowDelegate As IWindow

Return Value

A new instance of an IWindow.

See Also