C# 클래스 YamuiFramework.Controls.YamuiScrollPanel

상속: System.Windows.Forms.UserControl
파일 보기 프로젝트 열기: jcaillon/3P 1 사용 예제들

Private Properties

프로퍼티 타입 설명
DoScroll void
DrawScrollBar void
HandleWindowsProc void
SetPanelPosition void
WndProc void

공개 메소드들

메소드 설명
OnResizedContentPanel ( ) : void
YamuiScrollPanel ( ) : System

보호된 메소드들

메소드 설명
OnPaint ( PaintEventArgs e ) : void
OnPaintForeground ( PaintEventArgs e ) : void
OnResize ( EventArgs e ) : void

비공개 메소드들

메소드 설명
DoScroll ( int delta ) : void
DrawScrollBar ( Graphics g, Color thumbColor, Color barColor ) : void
HandleWindowsProc ( Message message ) : void
SetPanelPosition ( ) : void

Sets the position of the content panel in function of the thumb position in the scroll bar

WndProc ( Message &message ) : void

메소드 상세

OnPaint() 보호된 메소드

protected OnPaint ( PaintEventArgs e ) : void
e PaintEventArgs
리턴 void

OnPaintForeground() 보호된 메소드

protected OnPaintForeground ( PaintEventArgs e ) : void
e PaintEventArgs
리턴 void

OnResize() 보호된 메소드

protected OnResize ( EventArgs e ) : void
e System.EventArgs
리턴 void

OnResizedContentPanel() 공개 메소드

public OnResizedContentPanel ( ) : void
리턴 void

YamuiScrollPanel() 공개 메소드

public YamuiScrollPanel ( ) : System
리턴 System