C# Class ComponentFactory.Krypton.Toolkit.KryptonPaletteActionList

Inheritance: System.ComponentModel.Design.DesignerActionList
Exibir arquivo Open project: ComponentFactory/Krypton

Public Methods

Method Description
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.

Private Methods

Method Description
OnExportClick ( object sender, EventArgs e ) : void
OnImportClick ( object sender, EventArgs e ) : void
OnPopulateClick ( object sender, EventArgs e ) : void
OnResetClick ( object sender, EventArgs e ) : void

Method Details

GetSortedActionItems() public method

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

KryptonPaletteActionList() public method

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