Compartir a través de


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
    Inherits IValueControlAddInDefinition(Of String), IEventControlAddInDefinition
public interface IStringControlAddInDefinition : IValueControlAddInDefinition<string>, IEventControlAddInDefinition
public interface class IStringControlAddInDefinition : IValueControlAddInDefinition<String^>, IEventControlAddInDefinition
public interface IStringControlAddInDefinition extends IValueControlAddInDefinition<String>, 
    IEventControlAddInDefinition
public interface IStringControlAddInDefinition extends 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