AlphaFramework API  1.0.3
Public Member Functions | Protected Member Functions | Events | List of all members
AlphaFramework.Editor.Gui.Dialogs.AddControlTool Class Reference

Allows the user to add a new Control to a Dialog. More...

Inheritance diagram for AlphaFramework.Editor.Gui.Dialogs.AddControlTool:

Public Member Functions

 AddControlTool ()
 

Protected Member Functions

override void Dispose (bool disposing)
 Clean up any resources being used. More...
 

Events

Action< ControlNewControl
 Occurs when a new control is to be added. More...
 

Detailed Description

Allows the user to add a new Control to a Dialog.

This is a non-modal floating toolbox window. Communication is handled via events (NewControl).

Member Function Documentation

◆ Dispose()

override void AlphaFramework.Editor.Gui.Dialogs.AddControlTool.Dispose ( bool  disposing)
inlineprotected

Clean up any resources being used.

Parameters
disposingtrue if managed resources should be disposed; otherwise, false.

Event Documentation

◆ NewControl

Action<Control> AlphaFramework.Editor.Gui.Dialogs.AddControlTool.NewControl

Occurs when a new control is to be added.


The documentation for this class was generated from the following files: