RoleGroupCollectionEditor Members
.NET Framework 3.0
Provides a design-time editor for the RoleGroupCollection class.
The following tables list the members exposed by the RoleGroupCollectionEditor type.
| Name | Description | |
|---|---|---|
| RoleGroupCollectionEditor | Creates a new instance of the RoleGroupCollectionEditor 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. (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. Provides a value indicating whether the editor allows selection of multiple items in the collection. |
| 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: