C# Class ComponentFactory.Krypton.Toolkit.KryptonDesignerActionItem

Action item that presents as a method call but calls a property.
Inheritance: System.ComponentModel.Design.DesignerActionMethodItem
Afficher le fichier Open project: ComponentFactory/Krypton

Méthodes publiques

Méthode Description
Invoke ( ) : void

Programmatically executes the method associated with the item.

KryptonDesignerActionItem ( DesignerVerb verb, string category ) : System

Initialize a new instance of the KrpytonDesignerActionVerbItem class.

Method Details

Invoke() public méthode

Programmatically executes the method associated with the item.
public Invoke ( ) : void
Résultat void

KryptonDesignerActionItem() public méthode

Initialize a new instance of the KrpytonDesignerActionVerbItem class.
public KryptonDesignerActionItem ( DesignerVerb verb, string category ) : System
verb System.ComponentModel.Design.DesignerVerb Verb instance to wrap.
category string Name of the category the action belongs to.
Résultat System