Click or drag to resize

BCExtensionCommandGroupCollectionEditor Class

Provides a User Interface that can edit a collection of UI extension commands at design time.
Inheritance Hierarchy

Namespace:  BlueCieloECM.InnoCielo.Meridian.Design
Assembly:  BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 4.0.0.0 (4.0.111.0)
Syntax
public class BCExtensionCommandGroupCollectionEditor : CollectionEditor

The BCExtensionCommandGroupCollectionEditor type exposes the following members.

Constructors
  NameDescription
Public methodBCExtensionCommandGroupCollectionEditor
Initializes a new instance of the BCExtensionCommandItemCollectionEditor class.
Top
Properties
  NameDescription
Protected propertyCollectionItemType (Inherited from CollectionEditor.)
Protected propertyCollectionType (Inherited from CollectionEditor.)
Protected propertyContext (Inherited from CollectionEditor.)
Protected propertyHelpTopic (Inherited from CollectionEditor.)
Public propertyIsDropDownResizable (Inherited from UITypeEditor.)
Protected propertyNewItemTypes (Inherited from CollectionEditor.)
Top
Methods
  NameDescription
Protected methodCancelChanges (Inherited from CollectionEditor.)
Protected methodCanRemoveInstance (Inherited from CollectionEditor.)
Protected methodCanSelectMultipleInstances (Inherited from CollectionEditor.)
Protected methodCreateCollectionForm
Creates a new form to display and edit the current collection.
(Overrides CollectionEditorCreateCollectionForm.)
Protected methodCreateCollectionItemType (Inherited from CollectionEditor.)
Protected methodCreateInstance (Inherited from CollectionEditor.)
Protected methodCreateNewItemTypes
Gets the data types that this collection editor can contain.
(Overrides CollectionEditorCreateNewItemTypes.)
Protected methodDestroyInstance (Inherited from CollectionEditor.)
Public methodEditValue(IServiceProvider, Object) (Inherited from UITypeEditor.)
Public methodEditValue(ITypeDescriptorContext, IServiceProvider, Object) (Inherited from CollectionEditor.)
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Protected methodGetDisplayText
Retrieves the display text for the given list item.
(Overrides CollectionEditorGetDisplayText(Object).)
Public methodGetEditStyle (Inherited from UITypeEditor.)
Public methodGetEditStyle(ITypeDescriptorContext) (Inherited from CollectionEditor.)
Public methodGetHashCode (Inherited from Object.)
Protected methodGetItems (Inherited from CollectionEditor.)
Protected methodGetObjectsFromInstance (Inherited from CollectionEditor.)
Public methodGetPaintValueSupported (Inherited from UITypeEditor.)
Public methodGetPaintValueSupported(ITypeDescriptorContext) (Inherited from UITypeEditor.)
Protected methodGetService (Inherited from CollectionEditor.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodPaintValue(PaintValueEventArgs) (Inherited from UITypeEditor.)
Public methodPaintValue(Object, Graphics, Rectangle) (Inherited from UITypeEditor.)
Protected methodSetItems (Inherited from CollectionEditor.)
Protected methodShowHelp (Inherited from CollectionEditor.)
Public methodToString (Inherited from Object.)
Top
See Also