WinFormsControlAddInBase Members
Base class for a Window Forms control add-in as an alternative to the explicit implementation of the IWinFormsControlAddIn interface.
The following tables list the members exposed by the WinFormsControlAddInBase type.
Protected Constructors
Name | Description | |
---|---|---|
WinFormsControlAddInBase | Initializes a new instance of the WinFormsControlAddInBase 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. | |
Control | Gets the Windows Forms control for the control add-in. |
Top
Protected Properties
Name | Description | |
---|---|---|
Site | Gets the IControlAddInSite for the control add-in. |
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. | |
Dispose | Overloaded. Releases the resources used by the WinFormsControlAddInBase. | |
Equals | (Inherited from Object) | |
GetHashCode | (Inherited from Object) | |
GetType | (Inherited from Object) | |
Initialize | Sets the IControlAddInSite for the control add-in. | |
PreInitialize | This is used internally only. | |
ToString | (Inherited from Object) |
Top
Protected Methods
Name | Description | |
---|---|---|
CreateControl | Creates the Windows Forms control for the control add-in. | |
Dispose | Overloaded. Releases the resources used by the WinFormsControlAddInBase. | |
Finalize | Overridden. Finalizes an instance of the WinFormsControlAddInBase class. | |
MemberwiseClone | (Inherited from Object) | |
OnCaptionChanged | Called when the Caption property on the Site property has changed. | |
OnEditableChanged | Called when the Editable property on the Site property has changed. | |
OnEnabledChanged | Called when the Enabled property on the Site property has changed. | |
OnInitialize | Called when Initialize is called. | |
OnStyleChanged | Called when the Style property on the Site property has changed. | |
OnValidationResultChanged | Called when the ValidationResult property on the Site property has changed. | |
OnVisibleChanged | Called when the Visible property on the Site property has changed. |
Top
See Also
Reference
WinFormsControlAddInBase Class
Microsoft.Dynamics.Framework.UI.Extensibility.WinForms Namespace