C# Class MetroFramework.Controls.MetroTabPage

Inheritance: System.Windows.Forms.TabPage, IMetroControl
Mostrar archivo Open project: AshishKilmist/MetroFramework Class Usage Examples

Private Properties

Property Type Description
HorizontalScrollbarScroll void
UpdateScrollBarPositions void
VerticalScrollbarScroll void
WndProc void

Public Methods

Method Description
MetroTabPage ( ) : System

Protected Methods

Method 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

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

Method Details

MetroTabPage() public method

public MetroTabPage ( ) : System
return System

OnCustomPaint() protected method

protected OnCustomPaint ( MetroPaintEventArgs e ) : void
e MetroFramework.Drawing.MetroPaintEventArgs
return void

OnCustomPaintBackground() protected method

protected OnCustomPaintBackground ( MetroPaintEventArgs e ) : void
e MetroFramework.Drawing.MetroPaintEventArgs
return void

OnCustomPaintForeground() protected method

protected OnCustomPaintForeground ( MetroPaintEventArgs e ) : void
e MetroFramework.Drawing.MetroPaintEventArgs
return void

OnMouseWheel() protected method

protected OnMouseWheel ( MouseEventArgs e ) : void
e MouseEventArgs
return void

OnPaint() protected method

protected OnPaint ( PaintEventArgs e ) : void
e PaintEventArgs
return void

OnPaintBackground() protected method

protected OnPaintBackground ( PaintEventArgs e ) : void
e PaintEventArgs
return void

OnPaintForeground() protected method

protected OnPaintForeground ( PaintEventArgs e ) : void
e PaintEventArgs
return void