StringControlAddInBase Members
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 Microsoft Dynamics NAV Windows client page controls.
The following tables list the members exposed by the StringControlAddInBase type.
Protected Constructors
Name | Description | |
---|---|---|
StringControlAddInBase | Initializes a new instance of the StringControlAddInBase class. |
Top
Public Properties
(see also Protected Properties)
Name | Description | |
---|---|---|
AllowCaptionControl | Gets a value indicating whether the Microsoft Dynamics NAV Windows client displays a caption control for the control add-in. (Inherited from WinFormsControlAddInBase) | |
Control | Gets the Windows Forms control for the control add-in. (Inherited from WinFormsControlAddInBase) | |
HasValueChanged | Gets a value indicating whether the Value property has changed its value. | |
Value | Gets or sets the value of the control add-in as a String. |
Top
Protected Properties
Name | Description | |
---|---|---|
Site | Gets the IControlAddInSite for the control add-in. (Inherited from WinFormsControlAddInBase) |
Top
Public Methods
(see also Protected Methods)
Name | Description | |
---|---|---|
ApplySize | This method defines the size of the control add-in specified with the parameters width and height. Use this in OnInitialize to adjust the size as the page opens. (Inherited from WinFormsControlAddInBase) | |
Dispose | Overloaded. Releases the resources used by the WinFormsControlAddInBase. (Inherited from WinFormsControlAddInBase) | |
Equals | (Inherited from Object) | |
GetHashCode | (Inherited from Object) | |
GetType | (Inherited from Object) | |
Initialize | Sets the IControlAddInSite for the control add-in. (Inherited from WinFormsControlAddInBase) | |
PreInitialize | This is used internally only. (Inherited from WinFormsControlAddInBase) | |
ToString | (Inherited from Object) |
Top
Protected Methods
Name | Description | |
---|---|---|
CreateControl | Creates the Windows Forms control for the control add-in. (Inherited from WinFormsControlAddInBase) | |
Dispose | Overloaded. Releases the resources used by the WinFormsControlAddInBase. (Inherited from WinFormsControlAddInBase) | |
Finalize | Overridden. Finalizes an instance of the WinFormsControlAddInBase class. (Inherited from Object) | |
MemberwiseClone | (Inherited from Object) | |
OnCaptionChanged | Called when the Caption property on the Site property has changed. (Inherited from WinFormsControlAddInBase) | |
OnEditableChanged | Overridden. Called when the Editable property on the Site property has changed. | |
OnEnabledChanged | Called when the Enabled property on the Site property has changed. (Inherited from WinFormsControlAddInBase) | |
OnInitialize | Overridden. Called when Initialize is initialized. | |
OnStyleChanged | Called when the Style property on the Site property has changed. (Inherited from WinFormsControlAddInBase) | |
OnValidationResultChanged | Called when the ValidationResult property on the Site property has changed. (Inherited from WinFormsControlAddInBase) | |
OnVisibleChanged | Called when the Visible property on the Site property has changed. (Inherited from WinFormsControlAddInBase) | |
RaiseControlAddInEvent | Raises the ControlAddIn event. |
Top
Public Events
Name | Description | |
---|---|---|
ControlAddIn | Invokes the OnControlAddIn trigger of the Microsoft Dynamics NAV Windows client page control on which the control add-in is applied. |
Top
See Also
Reference
StringControlAddInBase Class
Microsoft.Dynamics.Framework.UI.Extensibility.WinForms Namespace