IStringControlAddInDefinition Interface

Base 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)

public interface IStringControlAddInDefinition : IValueControlAddInDefinition<string>, IEventControlAddInDefinition

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

Show: