ComponentFactory.Krypton.Ribbon.KryptonRibbonRecentDocCollectionEditor.CreateNewItemTypes C# (CSharp) Méthode

CreateNewItemTypes() protected méthode

Gets the data types that this collection editor can contain.
protected CreateNewItemTypes ( ) : System.Type[]
Résultat System.Type[]
        protected override Type[] CreateNewItemTypes()
        {
            return new Type[] { typeof(KryptonRibbonRecentDoc) };
        }