IControlAddInSite Members
Defines the interface that allows a control add-in to get information about the container of the add-in control.
The following tables list the members exposed by the IControlAddInSite type.
Public Properties
Name | Description | |
---|---|---|
![]() |
Caption | Gets the caption text of the control add-in. |
![]() |
Editable | Gets a value indicating whether the control add-in is editable. |
![]() |
Enabled | Gets a value indicating whether the control add-in is enabled. |
![]() |
Style | Gets the style of the control add-in. |
![]() |
ValidationResult | Gets the result of the latest validation of the control add-in's value. |
![]() |
Visible | Gets a value indicating whether the control add-in is visible. |
Top
Public Methods
Name | Description | |
---|---|---|
![]() |
SaveValue | Tells the Microsoft Dynamics NAV Windows client to save the value of the control add-in. |
Top
Public Events
Name | Description | |
---|---|---|
![]() |
CaptionChanged | Occurs when the Caption property has changed. |
![]() |
EditableChanged | Occurs when the Editable property has changed. |
![]() |
EnabledChanged | Occurs when the Enabled property has changed. |
![]() |
StyleChanged | Occurs when the Style property has changed. |
![]() |
ValidationResultChanged | Occurs when the site has validated the control add-in value. |
![]() |
VisibleChanged | Occurs when the Visible property has changed. |
Top
See Also
Reference
IControlAddInSite Interface
Microsoft.Dynamics.Framework.UI.Extensibility Namespace