C# Class MetroFramework.Controls.MetroTabControl

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

Private Properties

Свойство Type Description
DrawTab void
DrawTabBottomBorder void
DrawTabSelected void
DrawUpDown void
FindUpDown void
GetTabRect System.Drawing.Rectangle
MeasureText System.Drawing.Size
OnFontChanged void
SendMessage System.IntPtr
UpdateUpDown void
WndProc void
scUpDown_SubClassedWndProc int

Méthodes publiques

Méthode Description
MetroTabControl ( ) : System

Méthodes protégées

Méthode Description
OnControlAdded ( System.Windows.Forms.ControlEventArgs e ) : void
OnControlRemoved ( System.Windows.Forms.ControlEventArgs e ) : void
OnCreateControl ( ) : void
OnCustomPaint ( MetroPaintEventArgs e ) : void
OnCustomPaintBackground ( MetroPaintEventArgs e ) : void
OnCustomPaintForeground ( MetroPaintEventArgs e ) : void
OnEnabledChanged ( EventArgs e ) : void
OnMouseWheel ( MouseEventArgs e ) : void
OnPaint ( PaintEventArgs e ) : void
OnPaintBackground ( PaintEventArgs e ) : void
OnPaintForeground ( PaintEventArgs e ) : void
OnParentBackColorChanged ( EventArgs e ) : void
OnResize ( EventArgs e ) : void
OnSelectedIndexChanged ( EventArgs e ) : void

Private Methods

Méthode Description
DrawTab ( int index, Graphics graphics ) : void
DrawTabBottomBorder ( int index, Graphics graphics ) : void
DrawTabSelected ( int index, Graphics graphics ) : void
DrawUpDown ( Graphics graphics ) : void
FindUpDown ( ) : void
GetTabRect ( int index ) : Rectangle
MeasureText ( string text ) : Size
OnFontChanged ( EventArgs e ) : void
SendMessage ( IntPtr hWnd, int Msg, IntPtr wParam, IntPtr lParam ) : IntPtr
UpdateUpDown ( ) : void
WndProc ( Message &m ) : void
scUpDown_SubClassedWndProc ( Message &m ) : int

Method Details

MetroTabControl() public méthode

public MetroTabControl ( ) : System
Résultat System

OnControlAdded() protected méthode

protected OnControlAdded ( System.Windows.Forms.ControlEventArgs e ) : void
e System.Windows.Forms.ControlEventArgs
Résultat void

OnControlRemoved() protected méthode

protected OnControlRemoved ( System.Windows.Forms.ControlEventArgs e ) : void
e System.Windows.Forms.ControlEventArgs
Résultat void

OnCreateControl() protected méthode

protected OnCreateControl ( ) : void
Résultat void

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

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

OnParentBackColorChanged() protected méthode

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

OnResize() protected méthode

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

OnSelectedIndexChanged() protected méthode

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