StyleCollectionEditor Methods
.NET Framework 2.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. GetHashCode is suitable for use in hashing algorithms and data structures like a hash table. (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 | Indicates whether multiple collection items can be selected at once. (Inherited from CollectionEditor.) |
| 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 | Overridden. Creates a new instance of the specified collection item type. |
| 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.) |
Show: