The following tables list the members exposed by SpreadChartCollectionEditor.
Name | Description | |
---|---|---|
SpreadChartCollectionEditor Constructor | Initializes a new instance of the SpreadChartCollectionEditor class using the specified collection type. |
Name | Description | |
---|---|---|
IsDropDownResizable | Gets a value indicating whether drop-down editors should be resizable by the user. (Inherited from System.Drawing.Design.UITypeEditor) |
Name | Description | |
---|---|---|
CollectionItemType | Gets the data type of each item in the collection. (Inherited from System.ComponentModel.Design.CollectionEditor) | |
CollectionType | Gets the data type of the collection object. (Inherited from System.ComponentModel.Design.CollectionEditor) | |
Context | Gets a type descriptor that indicates the current context. (Inherited from System.ComponentModel.Design.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 System.ComponentModel.Design.CollectionEditor) | |
NewItemTypes | Gets the available types of items that can be created for this collection. (Inherited from System.ComponentModel.Design.CollectionEditor) |
Name | Description | |
---|---|---|
EditValue | Overloaded. Overridden. Edits the value. | |
GetEditStyle | Overloaded. Gets the edit style used by the System.ComponentModel.Design.CollectionEditor.EditValue(System.ComponentModel.ITypeDescriptorContext,System.IServiceProvider,System.Object) method. (Inherited from System.ComponentModel.Design.CollectionEditor) | |
GetPaintValueSupported | Overloaded. Indicates whether this editor supports painting a representation of an object's value. (Inherited from System.Drawing.Design.UITypeEditor) | |
PaintValue | Overloaded. Paints a representation of the value of the specified object to the specified canvas. (Inherited from System.Drawing.Design.UITypeEditor) |
Name | Description | |
---|---|---|
CancelChanges | Cancels changes to the collection. (Inherited from System.ComponentModel.Design.CollectionEditor) | |
CanRemoveInstance | Indicates whether original members of the collection can be removed. (Inherited from System.ComponentModel.Design.CollectionEditor) | |
CanSelectMultipleInstances | Indicates whether multiple collection items can be selected at once. (Inherited from System.ComponentModel.Design.CollectionEditor) | |
CreateCollectionForm | Overridden. Creates a new form to display and edit the current collection. | |
CreateCollectionItemType | Gets the data type that this collection contains. (Inherited from System.ComponentModel.Design.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 System.ComponentModel.Design.CollectionEditor) | |
DestroyInstance | Destroys the specified instance of the object. (Inherited from System.ComponentModel.Design.CollectionEditor) | |
GetDisplayText | Retrieves the display text for the given list item. (Inherited from System.ComponentModel.Design.CollectionEditor) | |
GetItems | Gets an array of objects containing the specified collection. (Inherited from System.ComponentModel.Design.CollectionEditor) | |
GetObjectsFromInstance | Overridden. Returns a list containing the given object | |
GetService | Gets the requested service, if it is available. (Inherited from System.ComponentModel.Design.CollectionEditor) | |
SetItems | Sets the specified array as the items of the collection. (Inherited from System.ComponentModel.Design.CollectionEditor) | |
ShowHelp | Displays the default Help topic for the collection editor. (Inherited from System.ComponentModel.Design.CollectionEditor) |