C# 클래스 IjwFramework.Ui.Scroller

파일 보기 프로젝트 열기: chrisforbes/Ijw.Framework

공개 메소드들

메소드 설명
ScrollRectangle ( Rectangle r, int dx, int dy ) : void
Scroller ( Control host ) : System

비공개 메소드들

메소드 설명
ScrollWindowEx ( IntPtr window, int dx, int dy, [ scrollRect, IntPtr unused1, IntPtr unused2, IntPtr unused3, uint flags ) : int

메소드 상세

ScrollRectangle() 공개 메소드

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

Scroller() 공개 메소드

public Scroller ( Control host ) : System
host System.Windows.Forms.Control
리턴 System