Table of Contents

Interface IDialogTypeVisualizerService

Namespace
Bonsai.Design
Assembly
Bonsai.Design.dll

Provides an interface for a DialogTypeVisualizer to add controls to a type visualizer dialog.

public interface IDialogTypeVisualizerService

Methods

AddControl(Control)

Adds a control to the type visualizer dialog.

void AddControl(Control control)

Parameters

control Control

The control to add to the type visualizer dialog.