C# 클래스 Eto.Forms.ButtonToolItem

상속: ToolItem
파일 보기 프로젝트 열기: picoe/Eto 1 사용 예제들

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
ButtonToolItem ( ) : System

Initializes a new instance of the Eto.Forms.ButtonToolItem class.

ButtonToolItem ( Eto.Forms.Command command ) : System

Initializes a new instance of the Eto.Forms.ButtonToolItem class with the specified command.

ButtonToolItem ( EventHandler click ) : System

Initializes a new instance of the Eto.Forms.ButtonToolItem class with the specified click handler.

This is a convenience constructor to set up the click event.

메소드 상세

ButtonToolItem() 공개 메소드

Initializes a new instance of the Eto.Forms.ButtonToolItem class.
public ButtonToolItem ( ) : System
리턴 System

ButtonToolItem() 공개 메소드

Initializes a new instance of the Eto.Forms.ButtonToolItem class with the specified command.
public ButtonToolItem ( Eto.Forms.Command command ) : System
command Eto.Forms.Command Command for the tool item.
리턴 System

ButtonToolItem() 공개 메소드

Initializes a new instance of the Eto.Forms.ButtonToolItem class with the specified click handler.
This is a convenience constructor to set up the click event.
public ButtonToolItem ( EventHandler click ) : System
click EventHandler Delegate to handle when the tool item is clicked.
리턴 System