C# 클래스 ComponentFactory.Krypton.Ribbon.KryptonRibbonQATButtonCollectionEditor

상속: System.ComponentModel.Design.CollectionEditor
파일 보기 프로젝트 열기: Cocotteseb/Krypton

공개 메소드들

메소드 설명
KryptonRibbonQATButtonCollectionEditor ( ) : System

Initialize a new instance of the KryptonRibbonQATButtonCollectionEditor class.

보호된 메소드들

메소드 설명
CreateNewItemTypes ( ) : System.Type[]

Gets the data types that this collection editor can contain.

SetItems ( object editValue, object value ) : object

Sets the specified array as the items of the collection.

메소드 상세

CreateNewItemTypes() 보호된 메소드

Gets the data types that this collection editor can contain.
protected CreateNewItemTypes ( ) : System.Type[]
리턴 System.Type[]

KryptonRibbonQATButtonCollectionEditor() 공개 메소드

Initialize a new instance of the KryptonRibbonQATButtonCollectionEditor class.
public KryptonRibbonQATButtonCollectionEditor ( ) : System
리턴 System

SetItems() 보호된 메소드

Sets the specified array as the items of the collection.
protected SetItems ( object editValue, object value ) : object
editValue object The collection to edit.
value object An array of objects to set as the collection items.
리턴 object