Click or drag to resize
BCExtensionCommandGroupCollectionEditor Methods

The BCExtensionCommandGroupCollectionEditor type exposes the following members.

Methods
  NameDescription
Protected methodCancelChanges
Cancels changes to the collection.
(Inherited from CollectionEditor.)
Protected methodCanRemoveInstance
Indicates whether original members of the collection can be removed.
(Inherited from CollectionEditor.)
Protected methodCanSelectMultipleInstances
Indicates whether multiple collection items can be selected at once.
(Inherited from CollectionEditor.)
Protected methodCreateCollectionForm
Creates a new form to display and edit the current collection.
(Overrides CollectionEditorCreateCollectionForm.)
Protected methodCreateCollectionItemType
Gets the data type that this collection contains.
(Inherited from CollectionEditor.)
Protected methodCreateInstance
Creates a new instance of the specified collection item type.
(Inherited from CollectionEditor.)
Protected methodCreateNewItemTypes
Gets the data types that this collection editor can contain.
(Overrides CollectionEditorCreateNewItemTypes.)
Protected methodDestroyInstance
Destroys the specified instance of the object.
(Inherited from CollectionEditor.)
Public methodEditValue(IServiceProvider, Object)
Edits the value of the specified object using the editor style indicated by the GetEditStyle method.
(Inherited from UITypeEditor.)
Public methodEditValue(ITypeDescriptorContext, IServiceProvider, Object)
Edits the value of the specified object using the specified service provider and context.
(Inherited from CollectionEditor.)
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Protected methodGetDisplayText
Retrieves the display text for the given list item.
(Overrides CollectionEditorGetDisplayText(Object).)
Public methodGetEditStyle
Gets the editor style used by the EditValue(IServiceProvider, Object) method.
(Inherited from UITypeEditor.)
Public methodGetEditStyle(ITypeDescriptorContext)
Gets the edit style used by the EditValue(ITypeDescriptorContext, IServiceProvider, Object) method.
(Inherited from CollectionEditor.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Protected methodGetItems
Gets an array of objects containing the specified collection.
(Inherited from CollectionEditor.)
Protected methodGetObjectsFromInstance
Returns a list containing the given object
(Inherited from CollectionEditor.)
Public methodGetPaintValueSupported
Indicates whether this editor supports painting a representation of an object's value.
(Inherited from UITypeEditor.)
Public methodGetPaintValueSupported(ITypeDescriptorContext)
Indicates whether the specified context supports painting a representation of an object's value within the specified context.
(Inherited from UITypeEditor.)
Protected methodGetService
Gets the requested service, if it is available.
(Inherited from CollectionEditor.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodPaintValue(PaintValueEventArgs)
Paints a representation of the value of an object using the specified PaintValueEventArgs.
(Inherited from UITypeEditor.)
Public methodPaintValue(Object, Graphics, Rectangle)
Paints a representation of the value of the specified object to the specified canvas.
(Inherited from UITypeEditor.)
Protected methodSetItems
Sets the specified array as the items of the collection.
(Inherited from CollectionEditor.)
Protected methodShowHelp
Displays the default Help topic for the collection editor.
(Inherited from CollectionEditor.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also