C# Class Shellscape.UI.About

Inheritance: Form
ファイルを表示 Open project: shellscape/Shellscape.Common

Protected Properties

Property Type Description
_Button System.Windows.Forms.Button
_ButtonDonate System.Windows.Forms.Button

Public Methods

Method Description
About ( ) : System

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

OnPaint ( PaintEventArgs e ) : void
OnPaintIcon ( Graphics g ) : void

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

About() public method

public About ( ) : 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

OnPaint() protected method

protected OnPaint ( PaintEventArgs e ) : void
e PaintEventArgs
return void

OnPaintIcon() protected method

protected OnPaintIcon ( Graphics g ) : void
g System.Drawing.Graphics
return void

Property Details

_Button protected_oe property

protected System.Windows.Forms.Button _Button
return System.Windows.Forms.Button

_ButtonDonate protected_oe property

protected System.Windows.Forms.Button _ButtonDonate
return System.Windows.Forms.Button