C# Class YamuiFramework.Controls.YamuiPage

Inheritance: System.Windows.Forms.UserControl
Afficher le fichier Open project: jcaillon/3P Class Usage Examples

Méthodes publiques

Méthode Description
OnHide ( ) : void

Method called by YamuiTab when the page changes from this one and when the form closes

OnShow ( ) : void

Method called by YamuiTab when the page changes to this page

YamuiPage ( ) : System.Windows.Forms

Méthodes protégées

Méthode Description
OnPaint ( PaintEventArgs e ) : void
OnPaintBackground ( PaintEventArgs e ) : void

Method Details

OnHide() public méthode

Method called by YamuiTab when the page changes from this one and when the form closes
public OnHide ( ) : void
Résultat void

OnPaint() protected méthode

protected OnPaint ( PaintEventArgs e ) : void
e System.Windows.Forms.PaintEventArgs
Résultat void

OnPaintBackground() protected méthode

protected OnPaintBackground ( PaintEventArgs e ) : void
e System.Windows.Forms.PaintEventArgs
Résultat void

OnShow() public méthode

Method called by YamuiTab when the page changes to this page
public OnShow ( ) : void
Résultat void

YamuiPage() public méthode

public YamuiPage ( ) : System.Windows.Forms
Résultat System.Windows.Forms