C# Class NekoKun.UI.LynnForm

Inheritance: System.Windows.Forms.Form
Datei anzeigen Open project: NekoProject/NekoKun

Protected Properties

Property Type Description
back1 Color
back2 Color
brush System.Drawing.Drawing2D.LinearGradientBrush

Public Methods

Method Description
LynnForm ( ) : System

Protected Methods

Method Description
OnControlAdded ( System.Windows.Forms.ControlEventArgs e ) : void
OnPaintBackground ( PaintEventArgs e ) : void
SetFont ( Control e ) : void

Method Details

LynnForm() public method

public LynnForm ( ) : System
return System

OnControlAdded() protected method

protected OnControlAdded ( System.Windows.Forms.ControlEventArgs e ) : void
e System.Windows.Forms.ControlEventArgs
return void

OnPaintBackground() protected method

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

SetFont() protected method

protected SetFont ( Control e ) : void
e System.Windows.Forms.Control
return void

Property Details

back1 protected_oe property

protected Color back1
return Color

back2 protected_oe property

protected Color back2
return Color

brush protected_oe property

protected LinearGradientBrush,System.Drawing.Drawing2D brush
return System.Drawing.Drawing2D.LinearGradientBrush