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

Summary description for SplitView.
상속: System.Windows.Forms.Control
파일 보기 프로젝트 열기: vchelaru/FlatRedBall 1 사용 예제들

공개 메소드들

메소드 설명
InvokeMouseDownh ( ) : void

Start dragging the horizontal splitter.

InvokeMouseDownv ( ) : void

Start dragging the vertical splitter.

ResetSplitview ( ) : void
Split5050h ( ) : void

Splits the view horiziontally.

Split5050v ( ) : void

Splits teh view vertically.

SplitViewControl ( ) : System

Default constructor for the splitview control

보호된 메소드들

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

Clean up any resources being used.

OnControlAdded ( System.Windows.Forms.ControlEventArgs e ) : void

OnResize ( EventArgs e ) : void

비공개 메소드들

메소드 설명
Center_DoubleClick ( object sender, EventArgs e ) : void
Center_MouseDown ( object sender, MouseEventArgs e ) : void
Center_MouseMove ( object sender, MouseEventArgs e ) : void
Center_MouseUp ( object sender, MouseEventArgs e ) : void
DoResize ( ) : void
Horizontal_DoubleClick ( object sender, EventArgs e ) : void
Horizontal_MouseDown ( object sender, MouseEventArgs e ) : void
Horizontal_MouseMove ( object sender, MouseEventArgs e ) : void
Horizontal_MouseUp ( object sender, MouseEventArgs e ) : void
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

OnHideLeft ( ) : void
OnHideTop ( ) : void
OnResizing ( ) : void
ReSize ( int x, int y ) : void
ReSize2 ( ) : void
SplitViewControl_Enter ( object sender, EventArgs e ) : void
SplitViewControl_Leave ( object sender, EventArgs e ) : void
SplitViewControl_VisibleChanged ( object sender, EventArgs e ) : void
Vertical_DoubleClick ( object sender, EventArgs e ) : void
Vertical_MouseDown ( object sender, MouseEventArgs e ) : void
Vertical_MouseMove ( object sender, MouseEventArgs e ) : void
Vertical_MouseUp ( object sender, MouseEventArgs e ) : void
Vertical_Resize ( object sender, EventArgs e ) : void

메소드 상세

Dispose() 보호된 메소드

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool
리턴 void

InvokeMouseDownh() 공개 메소드

Start dragging the horizontal splitter.
public InvokeMouseDownh ( ) : void
리턴 void

InvokeMouseDownv() 공개 메소드

Start dragging the vertical splitter.
public InvokeMouseDownv ( ) : void
리턴 void

OnControlAdded() 보호된 메소드

protected OnControlAdded ( System.Windows.Forms.ControlEventArgs e ) : void
e System.Windows.Forms.ControlEventArgs
리턴 void

OnResize() 보호된 메소드

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

ResetSplitview() 공개 메소드

public ResetSplitview ( ) : void
리턴 void

Split5050h() 공개 메소드

Splits the view horiziontally.
public Split5050h ( ) : void
리턴 void

Split5050v() 공개 메소드

Splits teh view vertically.
public Split5050v ( ) : void
리턴 void

SplitViewControl() 공개 메소드

Default constructor for the splitview control
public SplitViewControl ( ) : System
리턴 System