Base class for a Windows Forms control add-in that binds System.String type data with the Microsoft Dynamics NAV database and uses events to call the OnControlAddin trigger on Microsoft Dynamics NAV Windows client page controls. Namespace: Microsoft.Dynamics.Framework.UI.Extensibility.WinForms
Assembly: Microsoft.Dynamics.Framework.UI.Extensibility (in Microsoft.Dynamics.Framework.UI.Extensibility.dll)

Syntax

C#
public abstract class StringControlAddInBase : WinFormsControlAddInBase, IValueControlAddInDefinition<string>, IEventControlAddInDefinition

Remarks

You can use this base class for a control add-in that displays text strings from a simple text box control and supports events that call the C/AL trigger on the page.


Inheritance Hierarchy

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

Thread Safety

Any public static members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also