ListItemsCollectionEditor Methods
.NET Framework 3.0
(see also
Protected Methods
)
Top
| Name | Description | |
|---|---|---|
| EditValue | Overloaded. Edits the value of the specified object. (inherited from CollectionEditor) |
| Equals | Overloaded. Determines whether two Object instances are equal. (inherited from Object) |
| GetEditStyle | Overloaded. Gets the edit style used by the EditValue method. (inherited from CollectionEditor) |
| 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. (inherited from UITypeEditor) |
| GetType | Gets the Type of the current instance. (inherited from Object) |
| PaintValue | Overloaded. Paints a representation of the value of an object. (inherited from UITypeEditor) |
| 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 | |
|---|---|---|
| CancelChanges | Cancels changes to the collection. (inherited from CollectionEditor) |
| CanRemoveInstance | Indicates whether original members of the collection can be removed. (inherited from CollectionEditor) |
| CanSelectMultipleInstances | Overridden. Gets a value indicating whether multiple ListItem elements can be selected at one time. |
| CreateCollectionForm | Creates a new form to display and edit the current collection. (inherited from CollectionEditor) |
| CreateCollectionItemType | Gets the data type that this collection contains. (inherited from CollectionEditor) |
| CreateInstance | Creates a new instance of the specified collection item type. (inherited from CollectionEditor) |
| CreateNewItemTypes | Gets the data types that this collection editor can contain. (inherited from CollectionEditor) |
| DestroyInstance | Destroys the specified instance of the object. (inherited from CollectionEditor) |
| 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) |
| GetDisplayText | Retrieves the display text for the given list item. (inherited from CollectionEditor) |
| GetItems | Gets an array of objects containing the specified collection. (inherited from CollectionEditor) |
| GetObjectsFromInstance | Returns a list containing the given object (inherited from CollectionEditor) |
| GetService | Gets the requested service, if it is available. (inherited from CollectionEditor) |
| MemberwiseClone | Creates a shallow copy of the current Object. (inherited from Object) |
| SetItems | Sets the specified array as the items of the collection. (inherited from CollectionEditor) |
| ShowHelp | Displays the default Help topic for the collection editor. (inherited from CollectionEditor) |
Community Additions
ADD
Show: