Table of Contents

Class EditorManager

Namespace
Alternet.FormDesigner.Wpf
Assembly
Alternet.FormDesigner.Wpf.v10.dll

Manages registered type and property editors.

public static class EditorManager
Inheritance
EditorManager

Methods

CreateEditor(DesignItemProperty)

Creates a property editor for the specified property

RegisterAssembly(Assembly)

Registers property editors defined in the specified assembly.

SetDefaultComboBoxEditorType(Type)

Registers the ComboBox Editor.

SetDefaultTextBoxEditorType(Type)

Registers the Textbox Editor.