C# Class ComponentFactory.Krypton.Ribbon.KryptonRibbonGroupLinesCollectionEditor

Inheritance: System.ComponentModel.Design.CollectionEditor
Exibir arquivo Open project: ComponentFactory/Krypton

Public Methods

Method Description
KryptonRibbonGroupLinesCollectionEditor ( ) : System

Initialize a new instance of the KryptonRibbonGroupLineCollectionEditor 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[]

KryptonRibbonGroupLinesCollectionEditor() public method

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