Property | Type | Description | |
---|---|---|---|
HorizontalScrollbarScroll | void | ||
UpdateScrollBarPositions | void | ||
VerticalScrollbarScroll | void | ||
WndProc | void |
Method | Description | |
---|---|---|
MetroTabPage ( ) : System |
Method | Description | |
---|---|---|
OnCustomPaint ( |
||
OnCustomPaintBackground ( |
||
OnCustomPaintForeground ( |
||
OnMouseWheel ( MouseEventArgs e ) : void | ||
OnPaint ( PaintEventArgs e ) : void | ||
OnPaintBackground ( PaintEventArgs e ) : void | ||
OnPaintForeground ( PaintEventArgs e ) : void |
Method | Description | |
---|---|---|
HorizontalScrollbarScroll ( object sender, |
||
UpdateScrollBarPositions ( ) : void | ||
VerticalScrollbarScroll ( object sender, ScrollEventArgs e ) : void | ||
WndProc ( Message &m ) : void |
protected OnCustomPaint ( |
||
e | ||
return | void |
protected OnCustomPaintBackground ( |
||
e | ||
return | void |
protected OnCustomPaintForeground ( |
||
e | ||
return | void |
protected OnMouseWheel ( MouseEventArgs e ) : void | ||
e | MouseEventArgs | |
return | void |
protected OnPaint ( PaintEventArgs e ) : void | ||
e | PaintEventArgs | |
return | void |
protected OnPaintBackground ( PaintEventArgs e ) : void | ||
e | PaintEventArgs | |
return | void |
protected OnPaintForeground ( PaintEventArgs e ) : void | ||
e | PaintEventArgs | |
return | void |