C# Class SharpBoot.ThreeStateButton

Inheritance: System.Windows.Forms.Button
Show file Open project: zdimension/SharpBoot

Public Methods

Method Description
ThreeStateButton ( ) : System

Protected Methods

Method Description
OnMouseDown ( MouseEventArgs mevent ) : void
OnMouseEnter ( EventArgs e ) : void
OnMouseLeave ( EventArgs e ) : void
OnMouseUp ( MouseEventArgs mevent ) : void

Private Methods

Method Description
SetBackImage ( ) : void

Method Details

OnMouseDown() protected method

protected OnMouseDown ( MouseEventArgs mevent ) : void
mevent 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 mevent ) : void
mevent MouseEventArgs
return void

ThreeStateButton() public method

public ThreeStateButton ( ) : System
return System