C# Class ComponentFactory.Krypton.Ribbon.KryptonRibbonQATButtonCollectionEditor

Inheritance: System.ComponentModel.Design.CollectionEditor
Afficher le fichier Open project: Cocotteseb/Krypton

Méthodes publiques

Méthode Description
KryptonRibbonQATButtonCollectionEditor ( ) : System

Initialize a new instance of the KryptonRibbonQATButtonCollectionEditor class.

Méthodes protégées

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

Gets the data types that this collection editor can contain.

SetItems ( object editValue, object value ) : object

Sets the specified array as the items of the collection.

Method Details

CreateNewItemTypes() protected méthode

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

KryptonRibbonQATButtonCollectionEditor() public méthode

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

SetItems() protected méthode

Sets the specified array as the items of the collection.
protected SetItems ( object editValue, object value ) : object
editValue object The collection to edit.
value object An array of objects to set as the collection items.
Résultat object