C# Class RoundedButton.RoundedButton

Inheritance: System.Windows.Forms.Button
Mostrar archivo Open project: mono/gert Class Usage Examples

Private Properties

Property Type Description
PaintParentBackground void

Public Methods

Method Description
RoundedButton ( ) : System

Protected Methods

Method Description
DrawText ( Graphics g ) : void
OnMouseDown ( MouseEventArgs e ) : void
OnMouseEnter ( EventArgs e ) : void
OnMouseLeave ( EventArgs e ) : void
OnMouseUp ( MouseEventArgs e ) : void
OnPaint ( PaintEventArgs pe ) : void

Private Methods

Method Description
PaintParentBackground ( PaintEventArgs e ) : void

Method Details

DrawText() protected method

protected DrawText ( Graphics g ) : void
g System.Drawing.Graphics
return void

OnMouseDown() protected method

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

OnMouseEnter() protected method

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

OnMouseLeave() protected method

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

OnMouseUp() protected method

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

OnPaint() protected method

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

RoundedButton() public method

public RoundedButton ( ) : System
return System