C# Class Word.BackButton

Inheritance: System.Windows.Forms.Button
Datei anzeigen Open project: pritamzope/custom_controls_csharp

Public Methods

Method Description
BackButton ( ) : System

Protected Methods

Method Description
OnMouseEnter ( EventArgs e ) : void
OnMouseLeave ( EventArgs e ) : void
OnPaint ( PaintEventArgs pe ) : void

Method Details

BackButton() public method

public BackButton ( ) : System
return System

OnMouseEnter() protected method

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

OnMouseLeave() protected method

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

OnPaint() protected method

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