ComponentFactory.Krypton.Ribbon.KryptonRibbonGroupClusterCollectionEditor.CreateNewItemTypes C# (CSharp) Method

CreateNewItemTypes() protected method

Gets the data types that this collection editor can contain.
protected CreateNewItemTypes ( ) : System.Type[]
return System.Type[]
        protected override Type[] CreateNewItemTypes()
        {
            return new Type[] { typeof(KryptonRibbonGroupClusterButton),
                                typeof(KryptonRibbonGroupClusterColorButton)};
        }