C# Class Yaircc.AboutDialog

ファイルを表示 Open project: rastating/yaircc Class Usage Examples

Public Methods

Method Description
AboutDialog ( ) : System

Initialises a new instance of the AboutDialog class.

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

ProcessCmdKey ( Message &msg, Keys keyData ) : bool

Processes a command key.

Private Methods

Method Description
CloseButton_Click ( object sender, EventArgs e ) : void

Handles the Click event of System.Windows.Forms.Button.

InitializeComponent ( ) : void

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

ViewLicenseButton_Click ( object sender, EventArgs e ) : void

Handles the Click event of System.Windows.Forms.Button.

Method Details

AboutDialog() public method

Initialises a new instance of the AboutDialog class.
public AboutDialog ( ) : System
return System

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

ProcessCmdKey() protected method

Processes a command key.
protected ProcessCmdKey ( Message &msg, Keys keyData ) : bool
msg Message A System.Windows.Forms.Message, passed by reference, that represents the Win32 message to process.
keyData Keys One of the System.Windows.Forms.Keys values that represents the key to process.
return bool