EmbeddedMailObjectCollectionEditor Members
.NET Framework 2.0
Provides a component editor for embedded mail object collections in a MailDefinition object.
The following tables list the members exposed by the EmbeddedMailObjectCollectionEditor type.
| Name | Description | |
|---|---|---|
| EmbeddedMailObjectCollectionEditor | Initializes a new instance of the EmbeddedMailObjectCollectionEditor class. |
(see also
Protected Properties
)
Top
| Name | Description | |
|---|---|---|
| IsDropDownResizable | Gets a value indicating whether drop-down editors should be resizable by the user.(Inherited from UITypeEditor.) |
| Name | Description | |
|---|---|---|
| CollectionItemType | Gets the data type of each item in the collection.(Inherited from CollectionEditor.) |
| CollectionType | Gets the data type of the collection object.(Inherited from CollectionEditor.) |
| Context | Gets a type descriptor that indicates the current context.(Inherited from CollectionEditor.) |
| HelpTopic | Gets the Help keyword to display the Help topic or topic list for when the editor's dialog box Help button or the F1 key is pressed.(Inherited from CollectionEditor.) |
| NewItemTypes | Gets the available types of items that can be created for this collection.(Inherited from CollectionEditor.) |
(see also
Protected Methods
)
Top
| Name | Description | |
|---|---|---|
| EditValue | Overloaded. Edits the value of the specified object using the specified service provider and context. |
| 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 | 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.) |
Show: