C# Class IjwFramework.Ui.Scroller

Show file Open project: chrisforbes/Ijw.Framework

Public Methods

Method Description
ScrollRectangle ( Rectangle r, int dx, int dy ) : void
Scroller ( Control host ) : System

Private Methods

Method Description
ScrollWindowEx ( IntPtr window, int dx, int dy, [ scrollRect, IntPtr unused1, IntPtr unused2, IntPtr unused3, uint flags ) : int

Method Details

ScrollRectangle() public method

public ScrollRectangle ( Rectangle r, int dx, int dy ) : void
r System.Drawing.Rectangle
dx int
dy int
return void

Scroller() public method

public Scroller ( Control host ) : System
host System.Windows.Forms.Control
return System