C# Class ComponentFactory.Krypton.Toolkit.KryptonSplitContainerActionList

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

Public Methods

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

Returns the collection of DesignerActionItem objects contained in the list.

KryptonSplitContainerActionList ( KryptonSplitContainerDesigner owner ) : System

Initialize a new instance of the KryptonSplitContainerActionList class.

Private Methods

Method Description
OnOrientationClick ( 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

KryptonSplitContainerActionList() public method

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