C# 클래스 ComponentFactory.Krypton.Toolkit.KryptonDesignerActionItem

Action item that presents as a method call but calls a property.
상속: System.ComponentModel.Design.DesignerActionMethodItem
파일 보기 프로젝트 열기: ComponentFactory/Krypton

공개 메소드들

메소드 설명
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