Version

UITypeEditorListBase Class Members

The following tables list the members exposed by UITypeEditorListBase.

Public Properties
 NameDescription
Public PropertyIsDropDownResizableGets a value indicating whether drop-down editors should be resizable by the user. (Inherited from System.Drawing.Design.UITypeEditor)
Public Methods
 NameDescription
Public MethodEditValueOverloaded. Overridden. Used to edit the value and convert the value as needed.  
Public MethodGetEditStyleOverloaded. Overridden. Used to determine the type of UIEditor that will be displayed.  
Public MethodGetPaintValueSupportedOverloaded. Indicates whether this editor supports painting a representation of an object's value. (Inherited from System.Drawing.Design.UITypeEditor)
Public MethodPaintValueOverloaded. Paints a representation of the value of the specified object to the specified canvas. (Inherited from System.Drawing.Design.UITypeEditor)
Protected Methods
 NameDescription
Protected MethodGetListItemsReturns the set of items to show on the list.  
Protected MethodInitializeListBoxInvoked when the listbox used to display the enum values is created.  
Protected MethodValidateEditItemValidates an item selected by the user on the list and returns it.  
See Also