C# Class MetroFramework.Controls.MetroTabPage

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

Private Properties

Свойство Type Description
HorizontalScrollbarScroll void
UpdateScrollBarPositions void
VerticalScrollbarScroll void
WndProc void

Méthodes publiques

Méthode Description
MetroTabPage ( ) : System

Méthodes protégées

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

Private Methods

Méthode Description
HorizontalScrollbarScroll ( object sender, ScrollEventArgs e ) : void
UpdateScrollBarPositions ( ) : void
VerticalScrollbarScroll ( object sender, ScrollEventArgs e ) : void
WndProc ( Message &m ) : void

Method Details

MetroTabPage() public méthode

public MetroTabPage ( ) : System
Résultat System

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

OnMouseWheel() protected méthode

protected OnMouseWheel ( 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

OnPaintForeground() protected méthode

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