C# 클래스 Alsing.Windows.Forms.CoreLib.SplitViewChildControl

Summary description for SplitViewChildControl.
상속: BaseControl
파일 보기 프로젝트 열기: vchelaru/FlatRedBall 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
LeftThumb ThumbControl
TopThumb ThumbControl

보호된 프로퍼티들

프로퍼티 타입 설명
hScroll System.Windows.Forms.HScrollBar
vScroll System.Windows.Forms.VScrollBar

Private Properties

프로퍼티 타입 설명
DoResize void
InitializeComponent void

공개 메소드들

메소드 설명
HideThumbs ( ) : void
ShowThumbs ( ) : void
SplitViewChildControl ( ) : System

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void
OnResize ( EventArgs e ) : void

비공개 메소드들

메소드 설명
DoResize ( ) : void
InitializeComponent ( ) : void

메소드 상세

Dispose() 보호된 메소드

protected Dispose ( bool disposing ) : void
disposing bool
리턴 void

HideThumbs() 공개 메소드

public HideThumbs ( ) : void
리턴 void

OnResize() 보호된 메소드

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

ShowThumbs() 공개 메소드

public ShowThumbs ( ) : void
리턴 void

SplitViewChildControl() 공개 메소드

public SplitViewChildControl ( ) : System
리턴 System

프로퍼티 상세

LeftThumb 공개적으로 프로퍼티

public ThumbControl,Alsing.Windows.Forms.CoreLib LeftThumb
리턴 ThumbControl

TopThumb 공개적으로 프로퍼티

public ThumbControl,Alsing.Windows.Forms.CoreLib TopThumb
리턴 ThumbControl

hScroll 보호되어 있는 프로퍼티

protected HScrollBar,System.Windows.Forms hScroll
리턴 System.Windows.Forms.HScrollBar

vScroll 보호되어 있는 프로퍼티

protected VScrollBar,System.Windows.Forms vScroll
리턴 System.Windows.Forms.VScrollBar