Table of Contents

Class DesignTypes

Namespace
Bonsai
Assembly
Bonsai.Core.dll

Provides assembly qualified names for well-known designer types.

public static class DesignTypes
Inheritance
DesignTypes
Inherited Members

Fields

FolderNameEditor

The assembly qualified name of a UI editor that can edit folder name paths using a folder browser dialog. This field is read-only.

MultilineStringEditor

The assembly qualified name of a UI editor that can edit multiline string values using a text box. This field is read-only.

NumericUpDownEditor

The assembly qualified name of a UI editor that can edit numeric values using a numeric spin box. This field is read-only.

OpenFileNameEditor

The assembly qualified name of a UI editor that can edit file name paths using an open file dialog. This field is read-only.

SaveFileNameEditor

The assembly qualified name of a UI editor that can edit file name paths using a save file dialog. This field is read-only.

SliderEditor

The assembly qualified name of a UI editor that can edit numeric values using a visual slider bar. This field is read-only.

UITypeEditor

The assembly qualified name of the UI editor base class. This field is read-only.