A set of values used to register a window.

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 class WindowRegistrationParameters
Visual Basic
Public Class WindowRegistrationParameters

Remarks

This class is a configuration object used to group several values together related to the registering of an IWindow. Create and pass a new instance of this class into the IWindowManager when registering a window. The WindowId and CategoryId must be globally unique values to avoid having multiple windows registered with the same identifier.

Inheritance Hierarchy

System..::..Object
  ININ.InteractionClient.AddIn..::..WindowRegistrationParameters

See Also