C# 클래스 IjwFramework.Ui.EmbeddedScrollBar

파일 보기 프로젝트 열기: chrisforbes/Ijw.Framework 1 사용 예제들

공개 메소드들

메소드 설명
EmbeddedScrollBar ( ScrollableView host, ScrollOrientation type ) : System
HandleMessage ( Message m ) : void

비공개 메소드들

메소드 설명
GetScrollInfo ( IntPtr window, ScrollOrientation bar, ScrollInfo &info ) : int
SetScrollInfo ( IntPtr window, ScrollOrientation bar, [ info, bool redraw ) : int
SynchronizeFromScrollbar ( ) : void
Update ( ) : void

메소드 상세

EmbeddedScrollBar() 공개 메소드

public EmbeddedScrollBar ( ScrollableView host, ScrollOrientation type ) : System
host ScrollableView
type ScrollOrientation
리턴 System

HandleMessage() 공개 메소드

public HandleMessage ( Message m ) : void
m System.Windows.Forms.Message
리턴 void