C# 클래스 Habanero.Faces.Win.FormWin

Represents a window or dialog box that makes up an application's user interface
상속: System.Windows.Forms.Form, IFormHabanero
파일 보기 프로젝트 열기: Chillisoft/habanero.faces 1 사용 예제들

Private Properties

프로퍼티 타입 설명
BindDefaultActions void
IFormHabanero Base.DialogResult

공개 메소드들

메소드 설명
FormWin ( ) : System
SetIcon ( string resourceName ) : void
Show ( IControlHabanero owner ) : void

Shows the form with the specified owner to the user.

보호된 메소드들

메소드 설명
ProcessCmdKey ( Message &msg, Keys keyData ) : bool

비공개 메소드들

메소드 설명
BindDefaultActions ( Control parent ) : void
IFormHabanero ( ) : Base.DialogResult

Shows the form as a modal dialog box with the currently active window set as its owner

메소드 상세

FormWin() 공개 메소드

public FormWin ( ) : System
리턴 System

ProcessCmdKey() 보호된 메소드

protected ProcessCmdKey ( Message &msg, Keys keyData ) : bool
msg System.Windows.Forms.Message
keyData Keys
리턴 bool

SetIcon() 공개 메소드

public SetIcon ( string resourceName ) : void
resourceName string
리턴 void

Show() 공개 메소드

Shows the form with the specified owner to the user.
The form specified in the owner parameter is the same as the form being shown.
public Show ( IControlHabanero owner ) : void
owner IControlHabanero Any object that implements System.Windows.Forms.IWin32Window and represents the top-level window that will own this form.
리턴 void