[]
        
(Showing Draft Content)

C1.C1Preview.Design.DropDownFormClassNameEditor

DropDownFormClassNameEditor Class

The base class for design-time editors for class names of forms derived from a certain base form type.

Inheritance
DropDownFormClassNameEditor
Namespace: C1.C1Preview.Design
Assembly: C1.PrintDocument.4.8.dll
Syntax
public abstract class DropDownFormClassNameEditor : UITypeEditor

Constructors

Name Description
DropDownFormClassNameEditor()

Properties

Name Description
BaseFormClassName

When overridden in a derived type, should get the name of the base form type.

IncludeBaseFormClassInList

Gets a value indicating whether to include the base form name in the dropdown list.

IncludeNoneInList

Gets a value indicating whether to include the empty value in the dropdown list.

NoneString

Gets the string identifying the empty value.

Methods

Name Description
EditValue(ITypeDescriptorContext, IServiceProvider, object)

Edits a value.

GetBaseFormClassNameEx(ITypeDescriptorContext, IServiceProvider, object)

When overridden in a derived type, should return the name of the base form type.

GetEditStyle(ITypeDescriptorContext)

Gets the editor style.