Method | Description | |
---|---|---|
TransButton ( ) : System |
Method | Description | |
---|---|---|
OnMouseDown ( MouseEventArgs e ) : void | ||
OnMouseEnter ( EventArgs e ) : void | ||
OnMouseLeave ( EventArgs e ) : void | ||
OnMouseUp ( MouseEventArgs e ) : void | ||
OnMove ( EventArgs e ) : void | ||
OnPaintBackground ( PaintEventArgs pevent ) : void |
protected OnMouseDown ( MouseEventArgs e ) : void | ||
e | MouseEventArgs | |
return | void |
protected OnMouseEnter ( EventArgs e ) : void | ||
e | EventArgs | |
return | void |
protected OnMouseLeave ( EventArgs e ) : void | ||
e | EventArgs | |
return | void |
protected OnMouseUp ( MouseEventArgs e ) : void | ||
e | MouseEventArgs | |
return | void |
protected OnPaintBackground ( PaintEventArgs pevent ) : void | ||
pevent | PaintEventArgs | |
return | void |