A base class for implementing an Interaction Client AddIn-based 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 abstract class AddInWindow : IAddIn, 
	IWindow, INotifyPropertyChanged
Visual Basic
Public MustInherit Class AddInWindow _
	Implements IAddIn, IWindow, INotifyPropertyChanged

Remarks

This "helper" base class encapsulates common functionality that allows a custom window implementation to focus on creating the window itself, and not on implementing the code to become an Interaction Client AddIn. Simply derive from this class and implement the abstract and virtual methods to register a window in the client.

Inheritance Hierarchy

System..::..Object
  ININ.InteractionClient.AddIn..::..AddInWindow

See Also