C# Class Alsing.Windows.Forms.CoreLib.SplitViewControl

Summary description for SplitView.
Inheritance: System.Windows.Forms.Control
Datei anzeigen Open project: vchelaru/FlatRedBall Class Usage Examples

Public Methods

Method Description
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

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

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

OnResize ( EventArgs e ) : void

Private Methods

Method Description
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

Method Details

Dispose() protected method

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

InvokeMouseDownh() public method

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

InvokeMouseDownv() public method

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

OnControlAdded() protected method

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

OnResize() protected method

protected OnResize ( EventArgs e ) : void
e System.EventArgs
return void

ResetSplitview() public method

public ResetSplitview ( ) : void
return void

Split5050h() public method

Splits the view horiziontally.
public Split5050h ( ) : void
return void

Split5050v() public method

Splits teh view vertically.
public Split5050v ( ) : void
return void

SplitViewControl() public method

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