ComponentFactory.Krypton.Ribbon.KryptonRibbonQATButtonCollectionEditor.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(KryptonRibbonQATButton) };
        }