C# 클래스 IjwFramework.Ui.ScrollableView

상속: System.Windows.Forms.Control
파일 보기 프로젝트 열기: chrisforbes/Ijw.Framework 1 사용 예제들

공개 메소드들

메소드 설명
ScrollableView ( ) : System
ScrollableView ( bool horizontal, bool vertical ) : System

보호된 메소드들

메소드 설명
ScrollContent ( int dx, int dy ) : void
WndProc ( Message &m ) : void

비공개 메소드들

메소드 설명
ScrollWindowEx ( IntPtr handle, int dx, int dy, IntPtr rect, IntPtr clip, IntPtr updatedRegion, IntPtr updatedRect, uint flags ) : int
UpdateWindow ( IntPtr handle ) : int

메소드 상세

ScrollContent() 보호된 메소드

protected ScrollContent ( int dx, int dy ) : void
dx int
dy int
리턴 void

ScrollableView() 공개 메소드

public ScrollableView ( ) : System
리턴 System

ScrollableView() 공개 메소드

public ScrollableView ( bool horizontal, bool vertical ) : System
horizontal bool
vertical bool
리턴 System

WndProc() 보호된 메소드

protected WndProc ( Message &m ) : void
m System.Windows.Forms.Message
리턴 void