C# Class MetroFramework.Controls.MetroUserControl

Inheritance: System.Windows.Forms.UserControl, IMetroControl
Afficher le fichier Open project: AshishKilmist/MetroFramework Class Usage Examples

Private Properties

Свойство Type Description

Méthodes protégées

Méthode Description
OnCustomPaint ( MetroPaintEventArgs e ) : void
OnCustomPaintBackground ( MetroPaintEventArgs e ) : void
OnCustomPaintForeground ( MetroPaintEventArgs e ) : void
OnEnabledChanged ( EventArgs e ) : void
OnPaint ( PaintEventArgs e ) : void
OnPaintBackground ( PaintEventArgs e ) : void
OnPaintForeground ( PaintEventArgs e ) : void

Method Details

OnCustomPaint() protected méthode

protected OnCustomPaint ( MetroPaintEventArgs e ) : void
e MetroFramework.Drawing.MetroPaintEventArgs
Résultat void

OnCustomPaintBackground() protected méthode

protected OnCustomPaintBackground ( MetroPaintEventArgs e ) : void
e MetroFramework.Drawing.MetroPaintEventArgs
Résultat void

OnCustomPaintForeground() protected méthode

protected OnCustomPaintForeground ( MetroPaintEventArgs e ) : void
e MetroFramework.Drawing.MetroPaintEventArgs
Résultat void

OnEnabledChanged() protected méthode

protected OnEnabledChanged ( EventArgs e ) : void
e System.EventArgs
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

OnPaintForeground() protected méthode

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