C# Class YamuiFramework.Controls.YamuiScrollPanel

Inheritance: System.Windows.Forms.UserControl
Afficher le fichier Open project: jcaillon/3P Class Usage Examples

Private Properties

Свойство Type Description
DoScroll void
DrawScrollBar void
HandleWindowsProc void
SetPanelPosition void
WndProc void

Méthodes publiques

Méthode Description
OnResizedContentPanel ( ) : void
YamuiScrollPanel ( ) : System

Méthodes protégées

Méthode Description
OnPaint ( PaintEventArgs e ) : void
OnPaintForeground ( PaintEventArgs e ) : void
OnResize ( EventArgs e ) : void

Private Methods

Méthode 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 méthode

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

OnPaintForeground() protected méthode

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

OnResize() protected méthode

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

OnResizedContentPanel() public méthode

public OnResizedContentPanel ( ) : void
Résultat void

YamuiScrollPanel() public méthode

public YamuiScrollPanel ( ) : System
Résultat System