Dundas.SharePoint.Charting.WebParts Send comments on this topic.
CommandElementCollectionEditor Class Members
See Also  Properties  Methods 
Dundas.Charting.WebControl Namespace : CommandElementCollectionEditor Class


The following tables list the members exposed by CommandElementCollectionEditor.

Public Constructors

  Name Description
Public Constructor CommandElementCollectionEditor Constructor Initializes a new instance of the CollectionEditor class using the specified collection type.  
Top

Public Properties

  Name Description
Public Property IsDropDownResizable Gets a value indicating whether drop-down editors should be resizable by the user. (Inherited from System.Drawing.Design.UITypeEditor)
Top

Protected Properties

  Name Description
Protected Property CollectionItemType Gets the data type of each item in the collection. (Inherited from System.ComponentModel.Design.CollectionEditor)
Protected Property CollectionType Gets the data type of the collection object. (Inherited from System.ComponentModel.Design.CollectionEditor)
Protected Property Context Gets a type descriptor that indicates the current context. (Inherited from System.ComponentModel.Design.CollectionEditor)
Protected Property HelpTopic Ovveride the HelpTopic property to provide different topics, depending on selected property. (Inherited from Dundas.Charting.WebControl.Design.ChartCollectionEditor)
Protected Property NewItemTypes Gets the available types of items that can be created for this collection. (Inherited from System.ComponentModel.Design.CollectionEditor)
Top

Public Methods

  Name Description
Public Method EditValue Overloaded. Overridden.  Edits the value of the specified object using the specified service provider and context  
Public Method GetEditStyle Overloaded. Gets the edit style used by the EditValue method. (Inherited from System.ComponentModel.Design.CollectionEditor)
Public Method GetPaintValueSupported Overloaded. Indicates whether this editor supports painting a representation of an object's value. (Inherited from System.Drawing.Design.UITypeEditor)
Public Method PaintValue Overloaded. Paints a representation of the value of the specified object to the specified canvas. (Inherited from System.Drawing.Design.UITypeEditor)
Top

Protected Methods

  Name Description
Protected Method CancelChanges Cancels changes to the collection. (Inherited from System.ComponentModel.Design.CollectionEditor)
Protected Method CanRemoveInstance Overridden.  Indicates whether original members of the collection can be removed.  
Protected Method CanSelectMultipleInstances Indicates whether multiple collection items can be selected at once. (Inherited from System.ComponentModel.Design.CollectionEditor)
Protected Method CreateCollectionForm Cretaes form for collection editing. (Inherited from Dundas.Charting.WebControl.Design.ChartCollectionEditor)
Protected Method CreateCollectionItemType Gets the data type that this collection contains. (Inherited from System.ComponentModel.Design.CollectionEditor)
Protected Method CreateInstance Overridden.  Creates a new instance of the specified collection item type.  
Protected Method CreateNewItemTypes Gets the data types that this collection editor can contain. (Inherited from System.ComponentModel.Design.CollectionEditor)
Protected Method DestroyInstance Destroys the specified instance of the object. (Inherited from System.ComponentModel.Design.CollectionEditor)
Protected Method GetDisplayText Retrieves the display text for the given list item. (Inherited from System.ComponentModel.Design.CollectionEditor)
Protected Method GetItems Gets an array of objects containing the specified collection. (Inherited from System.ComponentModel.Design.CollectionEditor)
Protected Method GetObjectsFromInstance Returns a list containing the given object (Inherited from System.ComponentModel.Design.CollectionEditor)
Protected Method GetService Gets the requested service, if it is available. (Inherited from System.ComponentModel.Design.CollectionEditor)
Protected Method SetItems (Inherited from System.ComponentModel.Design.CollectionEditor)
Protected Method ShowHelp Displaying help for the curently selected item in the property grid (Inherited from Dundas.Charting.WebControl.Design.ChartCollectionEditor)
Top

See Also