C# 클래스 Nanook.TheGhost.ScreenBase

상속: System.Windows.Forms.UserControl
파일 보기 프로젝트 열기: Nanook/TheGHOST 1 사용 예제들

공개 메소드들

메소드 설명
Close ( bool appQuiting ) : bool

The screen is being hidden

Construct ( Project project ) : void

Return true=has changed, false=has not changed

The screen is being created

MessageHide ( ) : void
MessageShow ( ) : void
MessageShow ( string message ) : void
Open ( ) : void

The Screen is being displayed

ScreenBase ( ) : System
TitleMessage ( ) : string

Returns the title to be displayed in the main window

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

Clean up any resources being used.

비공개 메소드들

메소드 설명
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

메소드 상세

Close() 공개 메소드

The screen is being hidden
public Close ( bool appQuiting ) : bool
appQuiting bool
리턴 bool

Construct() 공개 메소드

Return true=has changed, false=has not changed The screen is being created
public Construct ( Project project ) : void
project Project
리턴 void

Dispose() 보호된 메소드

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
리턴 void

MessageHide() 공개 메소드

public MessageHide ( ) : void
리턴 void

MessageShow() 공개 메소드

public MessageShow ( ) : void
리턴 void

MessageShow() 공개 메소드

public MessageShow ( string message ) : void
message string
리턴 void

Open() 공개 메소드

The Screen is being displayed
public Open ( ) : void
리턴 void

ScreenBase() 공개 메소드

public ScreenBase ( ) : System
리턴 System

TitleMessage() 공개 메소드

Returns the title to be displayed in the main window
public TitleMessage ( ) : string
리턴 string