Version

PrimitiveTypeUITypeEditor Class Members

The following tables list the members exposed by PrimitiveTypeUITypeEditor.

Public Constructors
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. Overridden. Indicates if the a small representation of the value is rendered in the property grid.  
Public MethodPaintValueOverloaded. Overridden. Invoked when a small representation of the value should be rendered.  
Protected Methods
 NameDescription
Protected MethodInitializeListBoxInvoked when the listbox used to display the enum values is created.  
Protected MethodIsTypeSupportedReturns true if the type is supported and should be added to the drodpwn list.  
Protected MethodOnDrawItemInvoked when the item in the listbox should be rendered  
See Also