CreateUserWizardStepCollectionEditor 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 | Overridden. Returns a value indicating whether a provided object can be removed from the collection. |
| CanSelectMultipleInstances | Indicates whether multiple instances may be selected. (inherited from WizardStepCollectionEditor) |
| CreateCollectionForm | Overridden. Creates a modal dialog box for editing the contents of a collection of CreateUserWizardStep objects. |
| CreateCollectionItemType | Gets the data type that this collection contains. (inherited from CollectionEditor) |
| CreateInstance | Creates an instance of the collection of the specified Type. (inherited from WizardStepCollectionEditor) |
| CreateNewItemTypes | Retrieves the data types this collection can contain. (inherited from WizardStepCollectionEditor) |
| 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: