C# Class BonfireButton, TestMeApp

Inheritance: Control
Mostra file Open project: Hli4S/TestMeApp

Public Methods

Method Description
BonfireButton ( ) : System

Protected Methods

Method Description
OnMouseDown ( System e ) : void
OnMouseEnter ( System e ) : void
OnMouseLeave ( System e ) : void
OnMouseUp ( System e ) : void
OnPaint ( System e ) : void

Method Details

BonfireButton() public method

public BonfireButton ( ) : System
return System

OnMouseDown() protected method

protected OnMouseDown ( System e ) : void
e System
return void

OnMouseEnter() protected method

protected OnMouseEnter ( System e ) : void
e System
return void

OnMouseLeave() protected method

protected OnMouseLeave ( System e ) : void
e System
return void

OnMouseUp() protected method

protected OnMouseUp ( System e ) : void
e System
return void

OnPaint() protected method

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