This topic has not yet been rated - Rate this topic

StringControlAddInBase Class

Microsoft Dynamics Nav 2009

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)
public abstract class StringControlAddInBase : WinFormsControlAddInBase, IValueControlAddInDefinition<string>, IEventControlAddInDefinition

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.

System.Object
   Microsoft.Dynamics.Framework.UI.Extensibility.WinForms.WinFormsControlAddInBase
    Microsoft.Dynamics.Framework.UI.Extensibility.WinForms.StringControlAddInBase
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.