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) };
        }