IStringControlAddInDefinition Interface

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)

Usage

Syntax

'Declaration
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.

Platforms

See Also

Reference

IStringControlAddInDefinition Members
Microsoft.Dynamics.Framework.UI.Extensibility Namespace