C# 클래스 ComponentFactory.Krypton.Toolkit.KryptonPaletteActionList

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

공개 메소드들

메소드 설명
GetSortedActionItems ( ) : System.ComponentModel.Design.DesignerActionItemCollection

Returns the collection of DesignerActionItem objects contained in the list.

KryptonPaletteActionList ( KryptonPaletteDesigner owner ) : System

Initialize a new instance of the KryptonPaletteActionList class.

비공개 메소드들

메소드 설명
OnExportClick ( object sender, EventArgs e ) : void
OnImportClick ( object sender, EventArgs e ) : void
OnPopulateClick ( object sender, EventArgs e ) : void
OnResetClick ( object sender, EventArgs e ) : void

메소드 상세

GetSortedActionItems() 공개 메소드

Returns the collection of DesignerActionItem objects contained in the list.
public GetSortedActionItems ( ) : System.ComponentModel.Design.DesignerActionItemCollection
리턴 System.ComponentModel.Design.DesignerActionItemCollection

KryptonPaletteActionList() 공개 메소드

Initialize a new instance of the KryptonPaletteActionList class.
public KryptonPaletteActionList ( KryptonPaletteDesigner owner ) : System
owner KryptonPaletteDesigner Designer that owns this action list instance.
리턴 System