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)

Syntax
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

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.

See Also