WinFormsControlAddInBase Class

Base class for a Window Forms control add-in as an alternative to the explicit implementation of 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 MustInherit Class WinFormsControlAddInBase
    Implements IWinFormsControlAddIn, IControlAddIn, IDisposable
public abstract class WinFormsControlAddInBase : IWinFormsControlAddIn, IControlAddIn, IDisposable
public ref class WinFormsControlAddInBase abstract : IWinFormsControlAddIn, IControlAddIn, IDisposable
public abstract class WinFormsControlAddInBase implements IWinFormsControlAddIn, IControlAddIn, 
    IDisposable
public abstract class WinFormsControlAddInBase implements IWinFormsControlAddIn, IControlAddIn, 
    IDisposable

Inheritance Hierarchy

System.Object
  Microsoft.Dynamics.Framework.UI.Extensibility.WinForms.WinFormsControlAddInBase
     Microsoft.Dynamics.Framework.UI.Extensibility.WinForms.StringControlAddInBase

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

See Also

Reference

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