C# Class ComponentFactory.Krypton.Toolkit.KryptonRadioButtonActionList

Inheritance: System.ComponentModel.Design.DesignerActionList
Datei anzeigen Open project: ComponentFactory/Krypton

Public Methods

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

Returns the collection of DesignerActionItem objects contained in the list.

KryptonRadioButtonActionList ( KryptonRadioButtonDesigner owner ) : System

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

KryptonRadioButtonActionList() public method

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