Defines the IWinFormsControlAddIn interface. Namespace: Microsoft.Dynamics.Framework.UI.Extensibility.WinForms
Assembly: Microsoft.Dynamics.Framework.UI.Extensibility (in Microsoft.Dynamics.Framework.UI.Extensibility.dll)

Syntax

C#
public interface IWinFormsControlAddIn : IControlAddIn

Remarks

Use IWinFormsControlAddIn to develop control add-ins that target Windows Forms–based displays. You can implement this interface explicitly and override its members, or you can implement WinFormsControlAddInBase or StringControlAddInBase abstract base classes that implements the interface for you.


See Also