C# Class ComponentFactory.Krypton.Toolkit.KryptonDesignerActionItem

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

Public Methods

Method 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 method

Programmatically executes the method associated with the item.
public Invoke ( ) : void
return void

KryptonDesignerActionItem() public method

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.
return System