C# Class ComponentFactory.Krypton.Toolkit.KryptonContextMenuItemCollectionEditor

CollectionEditor used for a KryptonContextMenuItemCollection instance.
Inheritance: System.ComponentModel.Design.CollectionEditor
Mostra file Open project: ComponentFactory/Krypton

Public Methods

Method Description
KryptonContextMenuItemCollectionEditor ( ) : System

Initialize a new instance of the KryptonContextMenuItemCollectionEditor class.

Protected Methods

Method Description
CreateNewItemTypes ( ) : System.Type[]

Gets the data types that this collection editor can contain.

Method Details

CreateNewItemTypes() protected method

Gets the data types that this collection editor can contain.
protected CreateNewItemTypes ( ) : System.Type[]
return System.Type[]

KryptonContextMenuItemCollectionEditor() public method

Initialize a new instance of the KryptonContextMenuItemCollectionEditor class.
public KryptonContextMenuItemCollectionEditor ( ) : System
return System