C# Class SS.Ynote.Classic.UI.GradientForm

Inheritance: System.Windows.Forms.Form
显示文件 Open project: samarjeet27/ynoteclassic

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

GradientForm ( ) : System.ComponentModel
OnPaintBackground ( PaintEventArgs e ) : void

Private Methods

Method Description
InitializeComponent ( ) : void

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

SetStyles ( ) : void

Method Details

Dispose() protected method

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool
return void

GradientForm() protected method

protected GradientForm ( ) : System.ComponentModel
return System.ComponentModel

OnPaintBackground() protected method

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