C# 클래스 Eto.Forms.Form

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

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
Form ( ) : System

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

Form ( IHandler handler ) : System

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

Show ( ) : void

Show the form

메소드 상세

Form() 공개 메소드

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

Form() 공개 메소드

Initializes a new instance of the Eto.Forms.Form class with the specified handler
public Form ( IHandler handler ) : System
handler IHandler Handler to use as the implementation of the form.
리턴 System

Show() 공개 메소드

Show the form
public Show ( ) : void
리턴 void