Interface for a control add-in definition interface with a String value type and a ControlAddInEventHandler event. Namespace: Microsoft.Dynamics.Framework.UI.Extensibility
Assembly: Microsoft.Dynamics.Framework.UI.Extensibility (in Microsoft.Dynamics.Framework.UI.Extensibility.dll)

Syntax

C#
public interface IStringControlAddInDefinition : IValueControlAddInDefinition<string>, IEventControlAddInDefinition

Remarks

IStringControlAddInDefinition displays text strings from Microsoft Dynamics NAV database and uses events to call the OnControlAddin trigger of field control on a Microsoft Dynamics NAV Windows client page.


See Also