C# 클래스 Eto.Forms.ToolItem

상속: InstanceWidget, ICommandItemWidget
파일 보기 프로젝트 열기: picoe/Eto

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
OnClick ( EventArgs e ) : void

Raises the Click event.

보호된 메소드들

메소드 설명
ToolItem ( ) : System

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

ToolItem ( Eto.Forms.Command command ) : System

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

메소드 상세

OnClick() 공개 메소드

Raises the Click event.
public OnClick ( EventArgs e ) : void
e System.EventArgs Event arguments.
리턴 void

ToolItem() 보호된 메소드

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

ToolItem() 보호된 메소드

Initializes a new instance of the Eto.Forms.ToolItem class with the specified command.
protected ToolItem ( Eto.Forms.Command command ) : System
command Eto.Forms.Command Command to initialize the tool item with.
리턴 System