C# Class Acid.Forms.Controls.DarkSeparator

Inheritance: Control
Show file Open project: mattparks/Acid-Editor

Public Methods

Method Description
DarkSeparator ( ) : Acid.Forms.Config

Protected Methods

Method Description
OnPaint ( PaintEventArgs e ) : void
OnPaintBackground ( PaintEventArgs e ) : void

Method Details

DarkSeparator() public method

public DarkSeparator ( ) : Acid.Forms.Config
return Acid.Forms.Config

OnPaint() protected method

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

OnPaintBackground() protected method

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