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

Summary description for SplitView.
Inheritance: System.Windows.Forms.Control
Afficher le fichier Open project: vchelaru/FlatRedBall Class Usage Examples

Méthodes publiques

Méthode 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

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

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

OnResize ( EventArgs e ) : void

Private Methods

Méthode 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 méthode

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

InvokeMouseDownh() public méthode

Start dragging the horizontal splitter.
public InvokeMouseDownh ( ) : void
Résultat void

InvokeMouseDownv() public méthode

Start dragging the vertical splitter.
public InvokeMouseDownv ( ) : void
Résultat void

OnControlAdded() protected méthode

protected OnControlAdded ( System.Windows.Forms.ControlEventArgs e ) : void
e System.Windows.Forms.ControlEventArgs
Résultat void

OnResize() protected méthode

protected OnResize ( EventArgs e ) : void
e System.EventArgs
Résultat void

ResetSplitview() public méthode

public ResetSplitview ( ) : void
Résultat void

Split5050h() public méthode

Splits the view horiziontally.
public Split5050h ( ) : void
Résultat void

Split5050v() public méthode

Splits teh view vertically.
public Split5050v ( ) : void
Résultat void

SplitViewControl() public méthode

Default constructor for the splitview control
public SplitViewControl ( ) : System
Résultat System