C# Class Nanook.TheGhost.ScreenBase

Inheritance: System.Windows.Forms.UserControl
显示文件 Open project: Nanook/TheGHOST Class Usage Examples

Public Methods

Method Description
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

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method Description
InitializeComponent ( ) : void

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

Method Details

Close() public method

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

Construct() public method

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

Dispose() protected method

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

MessageHide() public method

public MessageHide ( ) : void
return void

MessageShow() public method

public MessageShow ( ) : void
return void

MessageShow() public method

public MessageShow ( string message ) : void
message string
return void

Open() public method

The Screen is being displayed
public Open ( ) : void
return void

ScreenBase() public method

public ScreenBase ( ) : System
return System

TitleMessage() public method

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