C# Class ComponentFactory.Krypton.Toolkit.KryptonWrapLabelActionList

Inheritance: System.ComponentModel.Design.DesignerActionList
Afficher le fichier Open project: Cocotteseb/Krypton

Méthodes publiques

Méthode Description
GetSortedActionItems ( ) : System.ComponentModel.Design.DesignerActionItemCollection

Returns the collection of DesignerActionItem objects contained in the list.

KryptonWrapLabelActionList ( KryptonWrapLabelDesigner owner ) : System

Initialize a new instance of the KryptonWrapLabelActionList class.

Method Details

GetSortedActionItems() public méthode

Returns the collection of DesignerActionItem objects contained in the list.
public GetSortedActionItems ( ) : System.ComponentModel.Design.DesignerActionItemCollection
Résultat System.ComponentModel.Design.DesignerActionItemCollection

KryptonWrapLabelActionList() public méthode

Initialize a new instance of the KryptonWrapLabelActionList class.
public KryptonWrapLabelActionList ( KryptonWrapLabelDesigner owner ) : System
owner KryptonWrapLabelDesigner Designer that owns this action list instance.
Résultat System