Class AddControlTool
- Namespace
- AlphaFramework.Editor.Gui.Dialogs
- Assembly
- AlphaFramework.Editor.dll
public sealed class AddControlTool : Form, IDropTarget, ISynchronizeInvoke, IWin32Window, IBindableComponent, IComponent, IDisposable, IContainerControl
- Inheritance
-
AddControlTool
- Implements
- Inherited Members
- Extension Methods
Remarks
This is a non-modal floating toolbox window. Communication is handled via events (NewControl).
Constructors
AddControlTool()
Initializes a new instance of the Form class.
public AddControlTool()
Methods
Dispose(bool)
Clean up any resources being used.
protected override void Dispose(bool disposing)
Parameters
disposing
booltrue if managed resources should be disposed; otherwise, false.
Events
NewControl
Occurs when a new control is to be added.
public event Action<Control> NewControl