The EnumerableEditor type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() | EditCell |
Edits the cell.
(Inherited from UITypeEditorEx.) |
![]() | EditValue |
Edits the specified object's value using the editor style indicated by the GetEditStyle()()()() method.
(Inherited from DropDownEditor.) |
![]() | EndEdit |
Is called when the end used selected the item in the list box.
(Overrides DropDownEditor..::..EndEdit(ListBox, Object).) |
![]() | GetEditStyle |
Gets the editor style used by the EditValue(IServiceProvider, Object) method.
(Inherited from DropDownEditor.) |
![]() | GetPaintCellSupported |
Gets a value, indicating whether this editor supports Cell painting.
(Inherited from UITypeEditorEx.) |
![]() | PaintCell |
Paints the cell.
(Inherited from UITypeEditorEx.) |
![]() | Populate |
Populates the list box with items from IEnumerable object.
(Overrides DropDownEditor..::..Populate(ListBox, Object, ContentAlignment%).) |