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

상속: BaseControl
파일 보기 프로젝트 열기: vchelaru/FlatRedBall

공개 프로퍼티들

프로퍼티 타입 설명
DisableScrollBars bool

보호된 프로퍼티들

프로퍼티 타입 설명
DoOnce bool
LowerLeft SplitViewChildControl
LowerRight SplitViewChildControl
UpperLeft SplitViewChildControl
UpperRight SplitViewChildControl
_ActiveView SplitViewChildControl
splitView SplitViewControl

Private Properties

프로퍼티 타입 설명
InitializeComponent void
InitializeComponentInternal void
SplitView_HideLeft void
SplitView_HideTop void
SplitView_Resizing void

공개 메소드들

메소드 설명
ResetSplitview ( ) : void

Resets the Splitview.

SplitViewParentControl ( ) : System

보호된 메소드들

메소드 설명
ActivateSplits ( ) : void
CreateViews ( ) : void
GetNewView ( ) : SplitViewChildControl
LeftThumb_MouseDown ( object sender, MouseEventArgs e ) : void
OnCreate ( ) : void
TopThumb_MouseDown ( object sender, MouseEventArgs e ) : void
View_Enter ( object sender, EventArgs e ) : void
View_Leave ( object sender, EventArgs e ) : void
WndProc ( Message &m ) : void

비공개 메소드들

메소드 설명
InitializeComponent ( ) : void
InitializeComponentInternal ( ) : void
SplitView_HideLeft ( object sender, EventArgs e ) : void
SplitView_HideTop ( object sender, EventArgs e ) : void
SplitView_Resizing ( object sender, EventArgs e ) : void

메소드 상세

ActivateSplits() 보호된 메소드

protected ActivateSplits ( ) : void
리턴 void

CreateViews() 보호된 메소드

protected CreateViews ( ) : void
리턴 void

GetNewView() 보호된 메소드

protected GetNewView ( ) : SplitViewChildControl
리턴 SplitViewChildControl

LeftThumb_MouseDown() 보호된 메소드

protected LeftThumb_MouseDown ( object sender, MouseEventArgs e ) : void
sender object
e MouseEventArgs
리턴 void

OnCreate() 보호된 메소드

protected OnCreate ( ) : void
리턴 void

ResetSplitview() 공개 메소드

Resets the Splitview.
public ResetSplitview ( ) : void
리턴 void

SplitViewParentControl() 공개 메소드

public SplitViewParentControl ( ) : System
리턴 System

TopThumb_MouseDown() 보호된 메소드

protected TopThumb_MouseDown ( object sender, MouseEventArgs e ) : void
sender object
e MouseEventArgs
리턴 void

View_Enter() 보호된 메소드

protected View_Enter ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
리턴 void

View_Leave() 보호된 메소드

protected View_Leave ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
리턴 void

WndProc() 보호된 메소드

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

프로퍼티 상세

DisableScrollBars 공개적으로 프로퍼티

public bool DisableScrollBars
리턴 bool

DoOnce 보호되어 있는 프로퍼티

protected bool DoOnce
리턴 bool

LowerLeft 보호되어 있는 프로퍼티

protected SplitViewChildControl,Alsing.Windows.Forms.CoreLib LowerLeft
리턴 SplitViewChildControl

LowerRight 보호되어 있는 프로퍼티

protected SplitViewChildControl,Alsing.Windows.Forms.CoreLib LowerRight
리턴 SplitViewChildControl

UpperLeft 보호되어 있는 프로퍼티

protected SplitViewChildControl,Alsing.Windows.Forms.CoreLib UpperLeft
리턴 SplitViewChildControl

UpperRight 보호되어 있는 프로퍼티

protected SplitViewChildControl,Alsing.Windows.Forms.CoreLib UpperRight
리턴 SplitViewChildControl

_ActiveView 보호되어 있는 프로퍼티

protected SplitViewChildControl,Alsing.Windows.Forms.CoreLib _ActiveView
리턴 SplitViewChildControl

splitView 보호되어 있는 프로퍼티

protected SplitViewControl,Alsing.Windows.Forms.CoreLib splitView
리턴 SplitViewControl