C# Class IjwFramework.Ui.ScrollableView

Inheritance: System.Windows.Forms.Control
Afficher le fichier Open project: chrisforbes/Ijw.Framework Class Usage Examples

Méthodes publiques

Méthode Description
ScrollableView ( ) : System
ScrollableView ( bool horizontal, bool vertical ) : System

Méthodes protégées

Méthode Description
ScrollContent ( int dx, int dy ) : void
WndProc ( Message &m ) : void

Private Methods

Méthode Description
ScrollWindowEx ( IntPtr handle, int dx, int dy, IntPtr rect, IntPtr clip, IntPtr updatedRegion, IntPtr updatedRect, uint flags ) : int
UpdateWindow ( IntPtr handle ) : int

Method Details

ScrollContent() protected méthode

protected ScrollContent ( int dx, int dy ) : void
dx int
dy int
Résultat void

ScrollableView() public méthode

public ScrollableView ( ) : System
Résultat System

ScrollableView() public méthode

public ScrollableView ( bool horizontal, bool vertical ) : System
horizontal bool
vertical bool
Résultat System

WndProc() protected méthode

protected WndProc ( Message &m ) : void
m System.Windows.Forms.Message
Résultat void