ComponentFactory.Krypton.Ribbon.KryptonRibbonQATButtonCollectionEditor.CreateNewItemTypes C# (CSharp) Метод

CreateNewItemTypes() защищенный Метод

Gets the data types that this collection editor can contain.
protected CreateNewItemTypes ( ) : System.Type[]
Результат System.Type[]
        protected override Type[] CreateNewItemTypes()
        {
            return new Type[] { typeof(KryptonRibbonQATButton) };
        }