C# Class ComponentFactory.Krypton.Toolkit.KryptonContextMenuItemCollectionEditor

CollectionEditor used for a KryptonContextMenuItemCollection instance.
Inheritance: System.ComponentModel.Design.CollectionEditor
Afficher le fichier Open project: ComponentFactory/Krypton

Méthodes publiques

Méthode Description
KryptonContextMenuItemCollectionEditor ( ) : System

Initialize a new instance of the KryptonContextMenuItemCollectionEditor class.

Méthodes protégées

Méthode Description
CreateNewItemTypes ( ) : System.Type[]

Gets the data types that this collection editor can contain.

Method Details

CreateNewItemTypes() protected méthode

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

KryptonContextMenuItemCollectionEditor() public méthode

Initialize a new instance of the KryptonContextMenuItemCollectionEditor class.
public KryptonContextMenuItemCollectionEditor ( ) : System
Résultat System