IWinFormsControlAddIn Interface

Defines the IWinFormsControlAddIn interface.

Namespace: Microsoft.Dynamics.Framework.UI.Extensibility.WinForms
Assembly: Microsoft.Dynamics.Framework.UI.Extensibility (in Microsoft.Dynamics.Framework.UI.Extensibility.dll)

Usage

Syntax

'Declaration
Public Interface IWinFormsControlAddIn
    Inherits IControlAddIn
public interface IWinFormsControlAddIn : IControlAddIn
public interface class IWinFormsControlAddIn : IControlAddIn
public interface IWinFormsControlAddIn extends IControlAddIn
public interface IWinFormsControlAddIn extends 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.

Platforms

See Also

Reference

IWinFormsControlAddIn Members
Microsoft.Dynamics.Framework.UI.Extensibility.WinForms Namespace