C# Class ComponentFactory.Krypton.Toolkit.KryptonLinkLabelActionList

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.

KryptonLinkLabelActionList ( KryptonLinkLabelDesigner owner ) : System

Initialize a new instance of the KryptonLinkLabelActionList class.

Private Methods

Méthode Description
OnLinkVisitedClick ( object sender, EventArgs e ) : void

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

KryptonLinkLabelActionList() public méthode

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