C# Class TpTrayUtility.Components.TogleButton

Inheritance: TpBaseButton
Show file Open project: TargetProcess/Tp.TrayUtility Class Usage Examples

Public Methods

Method Description
TogleButton ( Bitmap _normal, Bitmap _over, Bitmap _pressed ) : System.Drawing

Protected Methods

Method Description
OnMouseDown ( MouseEventArgs mevent ) : void
OnPaint ( PaintEventArgs e ) : void

Method Details

OnMouseDown() protected method

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

OnPaint() protected method

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

TogleButton() public method

public TogleButton ( Bitmap _normal, Bitmap _over, Bitmap _pressed ) : System.Drawing
_normal System.Drawing.Bitmap
_over System.Drawing.Bitmap
_pressed System.Drawing.Bitmap
return System.Drawing