UITypeEditor Members
.NET Framework 2.0
Provides a base class that can be used to design value editors that can provide a user interface (UI) for representing and editing the values of objects of the supported data types.
The following tables list the members exposed by the UITypeEditor type.
| Name | Description | |
|---|---|---|
| IsDropDownResizable | Gets a value indicating whether drop-down editors should be resizable by the user. |
(see also
Protected Methods
)
Top
| Name | Description | |
|---|---|---|
| EditValue | Overloaded. Edits the value of the specified object using the editor style indicated by the GetEditStyle method. |
| Equals | Overloaded. Determines whether two Object instances are equal. (inherited from Object) |
| GetEditStyle | Overloaded. Gets the editor style used by the EditValue method. |
| GetHashCode | Serves as a hash function for a particular type. (inherited from Object) |
| GetPaintValueSupported | Overloaded. Indicates whether this editor supports painting a representation of an object's value. |
| GetType | Gets the Type of the current instance. (inherited from Object) |
| PaintValue | Overloaded. Paints a representation of the value of an object. |
| ReferenceEquals | Determines whether the specified Object instances are the same instance. (inherited from Object) |
| ToString | Returns a String that represents the current Object. (inherited from Object) |
| Name | Description | |
|---|---|---|
| Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (inherited from Object) |
| MemberwiseClone | Creates a shallow copy of the current Object. (inherited from Object) |