C# Class ComponentFactory.Krypton.Workspace.KryptonWorkspaceActionList

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

Public Methods

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

Returns the collection of DesignerActionItem objects contained in the list.

KryptonWorkspaceActionList ( KryptonWorkspaceDesigner owner ) : System

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

KryptonWorkspaceActionList() public method

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