C# Class ComponentFactory.Krypton.Ribbon.KryptonRibbonRecentDocCollectionEditor

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

Public Methods

Method Description
KryptonRibbonRecentDocCollectionEditor ( ) : System

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

KryptonRibbonRecentDocCollectionEditor() public method

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