C# Class YamuiFramework.Controls.YamuiScrollPanel

Inheritance: System.Windows.Forms.UserControl
Mostrar archivo Open project: jcaillon/3P Class Usage Examples

Private Properties

Property Type Description
DoScroll void
DrawScrollBar void
HandleWindowsProc void
SetPanelPosition void
WndProc void

Public Methods

Method Description
OnResizedContentPanel ( ) : void
YamuiScrollPanel ( ) : System

Protected Methods

Method Description
OnPaint ( PaintEventArgs e ) : void
OnPaintForeground ( PaintEventArgs e ) : void
OnResize ( EventArgs e ) : void

Private Methods

Method Description
DoScroll ( int delta ) : void
DrawScrollBar ( Graphics g, Color thumbColor, Color barColor ) : void
HandleWindowsProc ( Message message ) : void
SetPanelPosition ( ) : void

Sets the position of the content panel in function of the thumb position in the scroll bar

WndProc ( Message &message ) : void

Method Details

OnPaint() protected method

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

OnPaintForeground() protected method

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

OnResize() protected method

protected OnResize ( EventArgs e ) : void
e System.EventArgs
return void

OnResizedContentPanel() public method

public OnResizedContentPanel ( ) : void
return void

YamuiScrollPanel() public method

public YamuiScrollPanel ( ) : System
return System