C# Class ComponentFactory.Krypton.Toolkit.KryptonSeparatorActionList

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.

KryptonSeparatorActionList ( KryptonSeparatorDesigner owner ) : System

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

KryptonSeparatorActionList() public method

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