C# Class ComponentFactory.Krypton.Ribbon.KryptonRibbonQATButtonCollectionEditor

Inheritance: System.ComponentModel.Design.CollectionEditor
Show file Open project: Cocotteseb/Krypton

Public Methods

Method Description
KryptonRibbonQATButtonCollectionEditor ( ) : System

Initialize a new instance of the KryptonRibbonQATButtonCollectionEditor class.

Protected Methods

Method 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 method

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

KryptonRibbonQATButtonCollectionEditor() public method

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

SetItems() protected method

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.
return object