[]
The base class for design-time editors for class names of forms derived from a certain base form type.
public abstract class DropDownFormClassNameEditor : UITypeEditor
Name | Description |
---|---|
DropDownFormClassNameEditor() |
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. |
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. |