Interface implemented by controls which can be dynamically attached to the editor and detached from it. If control implements this interface then it will receive attach and detach notifications through it.
For a list of all members of this type, see IAttachable Members.
[Visual Basic]
Public Interface IAttachable
[C#]public interface IAttachable
Types that implement IAttachable
| Type | Description |
|---|
| StandardMenuBar | Implements standard menu bar populated with standard menu items. |
| StandardStatusBar | Provides base class functionality for standard status bars. |
| StandardToolBar | Provides base class functionality for standard tool bars. |
Remarks
It is recommended that external controls implement default constructor and this interface, this allows them to be dynamically activated when attached to the editor and be functional in the design mode.
If control subscribes to events from the editor or objects provided by the editor then it shall unsubscribe from these events and dispose object references when detached.
Requirements
Namespace: Aspose.Editor.Desktop
Assembly: Aspose.Editor.Desktop (in Aspose.Editor.Desktop.dll)
See Also
IAttachable Members | Aspose.Editor.Desktop Namespace