C# Class ComponentFactory.Krypton.Ribbon.KryptonRibbonActionList

Inheritance: System.ComponentModel.Design.DesignerActionList
Show file Open project: Cocotteseb/Krypton

Public Methods

Method Description
GetSortedActionItems ( ) : System.ComponentModel.Design.DesignerActionItemCollection

Returns the collection of DesignerActionItem objects contained in the list.

KryptonRibbonActionList ( KryptonRibbonDesigner owner ) : System

Initialize a new instance of the KryptonRibbonActionList class.

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

KryptonRibbonActionList() public method

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