C# Class Ushahidi.Common.Controls.ImageButton

Image Button
Inheritance: System.Windows.Forms.UserControl
Datei anzeigen Open project: ushahidi/Ushahidi_WinMobile

Public Methods

Method Description
ImageButton ( ) : System.Drawing

Image Button

Protected Methods

Method Description
OnGotFocus ( System e ) : void
OnKeyDown ( KeyEventArgs e ) : void
OnLostFocus ( System e ) : void
OnMouseDown ( MouseEventArgs e ) : void
OnMouseUp ( MouseEventArgs e ) : void
OnPaint ( PaintEventArgs e ) : void
OnPaintBackground ( PaintEventArgs e ) : void

Method Details

ImageButton() public method

Image Button
public ImageButton ( ) : System.Drawing
return System.Drawing

OnGotFocus() protected method

protected OnGotFocus ( System e ) : void
e System
return void

OnKeyDown() protected method

protected OnKeyDown ( KeyEventArgs e ) : void
e System.Windows.Forms.KeyEventArgs
return void

OnLostFocus() protected method

protected OnLostFocus ( System e ) : void
e System
return void

OnMouseDown() protected method

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

OnMouseUp() protected method

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

OnPaint() protected method

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

OnPaintBackground() protected method

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