Property | Type | Description |
---|
Method | Description | |
---|---|---|
MetroFormButton ( ) : System |
Method | Description | |
---|---|---|
OnCustomPaint ( |
||
OnCustomPaintBackground ( |
||
OnCustomPaintForeground ( |
||
OnMouseDown ( MouseEventArgs e ) : void | ||
OnMouseEnter ( |
||
OnMouseLeave ( |
||
OnMouseUp ( MouseEventArgs e ) : void | ||
OnPaint ( PaintEventArgs e ) : void |
protected OnCustomPaint ( |
||
e | ||
return | void |
protected OnCustomPaintBackground ( |
||
e | ||
return | void |
protected OnCustomPaintForeground ( |
||
e | ||
return | void |
protected OnMouseDown ( MouseEventArgs e ) : void | ||
e | MouseEventArgs | |
return | void |
protected OnMouseEnter ( |
||
e | ||
return | void |
protected OnMouseLeave ( |
||
e | ||
return | void |
protected OnMouseUp ( MouseEventArgs e ) : void | ||
e | MouseEventArgs | |
return | void |
protected OnPaint ( PaintEventArgs e ) : void | ||
e | PaintEventArgs | |
return | void |