C# Class ComponentFactory.Krypton.Ribbon.KryptonGalleryActionList

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

Méthodes publiques

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

Returns the collection of DesignerActionItem objects contained in the list.

KryptonGalleryActionList ( KryptonGalleryDesigner owner ) : System

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

KryptonGalleryActionList() public méthode

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