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 RoleTailored client page controls.
Namespace: Microsoft.Dynamics.Framework.UI.Extensibility.WinForms
Assembly: Microsoft.Dynamics.Framework.UI.Extensibility (in microsoft.dynamics.framework.ui.extensibility.dll)
public abstract class StringControlAddInBase : WinFormsControlAddInBase, IValueControlAddInDefinition<string>, IEventControlAddInDefinition
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.
System.Object
Microsoft.Dynamics.Framework.UI.Extensibility.WinForms.WinFormsControlAddInBase
Microsoft.Dynamics.Framework.UI.Extensibility.WinForms.StringControlAddInBase
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.