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
public property Caption Gets the caption text of the control add-in.
public property Editable Gets a value indicating whether the control add-in is editable.
public property Enabled Gets a value indicating whether the control add-in is enabled.
public property Style Gets the style of the control add-in.
public property ValidationResult Gets the result of the latest validation of the control add-in's value.
public property Visible Gets a value indicating whether the control add-in is visible.
Top

Public Methods

  Name Description
public method SaveValue Tells the Microsoft Dynamics NAV Windows client to save the value of the control add-in.
Top

Public Events

  Name Description
public event CaptionChanged Occurs when the Caption property has changed.
public event EditableChanged Occurs when the Editable property has changed.
public event EnabledChanged Occurs when the Enabled property has changed.
public event StyleChanged Occurs when the Style property has changed.
public event ValidationResultChanged Occurs when the site has validated the control add-in value.
public event VisibleChanged Occurs when the Visible property has changed.
Top

See Also