Table of Contents

Class TypeVisualizerDialog

Namespace
Bonsai.Design
Assembly
Bonsai.Design.dll

Represents a window or panel where a type visualizer can be displayed.

public class TypeVisualizerDialog : Form, IDropTarget, ISynchronizeInvoke, IWin32Window, IBindableComponent, IComponent, IDisposable, IContainerControl, IDialogTypeVisualizerService
Inheritance
TypeVisualizerDialog
Implements
Inherited Members

Constructors

TypeVisualizerDialog()

Initializes a new instance of the TypeVisualizerDialog class.

public TypeVisualizerDialog()

Methods

AddControl(Control)

Adds a control to the type visualizer dialog.

public void AddControl(Control control)

Parameters

control Control

The control to add to the type visualizer dialog.

Dispose(bool)

Clean up any resources being used.

protected override void Dispose(bool disposing)

Parameters

disposing bool

true if managed resources should be disposed; otherwise, false.

OnKeyDown(KeyEventArgs)

Raises the KeyDown event.

protected override void OnKeyDown(KeyEventArgs e)

Parameters

e KeyEventArgs

A KeyEventArgs that contains the event data.