C# Класс ComponentFactory.Krypton.Toolkit.KryptonDesignerActionItem

Action item that presents as a method call but calls a property.
Наследование: System.ComponentModel.Design.DesignerActionMethodItem
Показать файл Открыть проект

Открытые методы

Метод Описание
Invoke ( ) : void

Programmatically executes the method associated with the item.

KryptonDesignerActionItem ( DesignerVerb verb, string category ) : System

Initialize a new instance of the KrpytonDesignerActionVerbItem class.

Описание методов

Invoke() публичный Метод

Programmatically executes the method associated with the item.
public Invoke ( ) : void
Результат void

KryptonDesignerActionItem() публичный Метод

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.
Результат System