C# Class MWFResourceEditor.AboutDialog.PaintControl

Inheritance: System.Windows.Forms.Control
Afficher le fichier Open project: mono/winforms-tools

Méthodes publiques

Méthode Description
PaintControl ( ) : System

Méthodes protégées

Méthode Description
OnPaint ( PaintEventArgs pea ) : void
OnVisibleChanged ( EventArgs e ) : void

Private Methods

Méthode Description
OnTimerTick ( object sender, EventArgs e ) : void

Method Details

OnPaint() protected méthode

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

OnVisibleChanged() protected méthode

protected OnVisibleChanged ( EventArgs e ) : void
e System.EventArgs
Résultat void

PaintControl() public méthode

public PaintControl ( ) : System
Résultat System