C# Class winmaped2.ColorTextbox

Inheritance: System.Windows.Forms.TextBox
Datei anzeigen Open project: Bananattack/verge3 Class Usage Examples

Public Methods

Method Description
ColorTextbox ( ) : System
update ( ) : void

Protected Methods

Method Description
OnPaint ( PaintEventArgs e ) : void

Private Methods

Method Description
paint ( Graphics g ) : void

Method Details

ColorTextbox() public method

public ColorTextbox ( ) : System
return System

OnPaint() protected method

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

update() public method

public update ( ) : void
return void