C# Class Ushahidi.Common.Controls.ImageButton

Image Button
Inheritance: System.Windows.Forms.UserControl
Afficher le fichier Open project: ushahidi/Ushahidi_WinMobile

Méthodes publiques

Méthode Description
ImageButton ( ) : System.Drawing

Image Button

Méthodes protégées

Méthode 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 méthode

Image Button
public ImageButton ( ) : System.Drawing
Résultat System.Drawing

OnGotFocus() protected méthode

protected OnGotFocus ( System e ) : void
e System
Résultat void

OnKeyDown() protected méthode

protected OnKeyDown ( KeyEventArgs e ) : void
e System.Windows.Forms.KeyEventArgs
Résultat void

OnLostFocus() protected méthode

protected OnLostFocus ( System e ) : void
e System
Résultat void

OnMouseDown() protected méthode

protected OnMouseDown ( MouseEventArgs e ) : void
e MouseEventArgs
Résultat void

OnMouseUp() protected méthode

protected OnMouseUp ( MouseEventArgs e ) : void
e MouseEventArgs
Résultat void

OnPaint() protected méthode

protected OnPaint ( PaintEventArgs e ) : void
e PaintEventArgs
Résultat void

OnPaintBackground() protected méthode

protected OnPaintBackground ( PaintEventArgs e ) : void
e PaintEventArgs
Résultat void