Class TypeVisualizerDialog
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
controlControlThe control to add to the type visualizer dialog.
Dispose(bool)
Clean up any resources being used.
protected override void Dispose(bool disposing)
Parameters
disposingbooltrue if managed resources should be disposed; otherwise, false.
OnKeyDown(KeyEventArgs)
Raises the KeyDown event.
protected override void OnKeyDown(KeyEventArgs e)
Parameters
eKeyEventArgsA KeyEventArgs that contains the event data.