Version

PrimitiveTypeUITypeEditor Class Methods

For a list of all members of this type, see PrimitiveTypeUITypeEditor members.

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