C# Class ComponentFactory.Krypton.Toolkit.KryptonComboBoxActionList

Inheritance: System.ComponentModel.Design.DesignerActionList
Mostra file Open project: ComponentFactory/Krypton

Public Methods

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

Returns the collection of DesignerActionItem objects contained in the list.

KryptonComboBoxActionList ( KryptonComboBoxDesigner owner ) : System

Initialize a new instance of the KryptonComboBoxActionList 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

KryptonComboBoxActionList() public method

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