Defines the interface for the control add-in. Namespace: Microsoft.Dynamics.Framework.UI.Extensibility
Assembly: Microsoft.Dynamics.Framework.UI.Extensibility (in Microsoft.Dynamics.Framework.UI.Extensibility.dll)

Syntax

C#
public interface IControlAddIn

Remarks

All Microsoft Dynamics NAV Windows client control add-ins must implement IControlAddIn. The IControlAddIn interface enables the control add-in to call the Microsoft Dynamics NAV framework to get additional information about the control add-ins behavior.


See Also