C# Class WeifenLuo.WinFormsUI.Docking.VS2012SplitterControl

Inheritance: DockPane.SplitterControlBase
Show file Open project: dockpanelsuite/dockpanelsuite

Private Properties

Property Type Description

Public Methods

Method Description
VS2012SplitterControl ( DockPane pane ) : System

Protected Methods

Method Description
Dispose ( bool disposing ) : void
OnPaint ( PaintEventArgs e ) : void
OnSizeChanged ( EventArgs e ) : void

Method Details

Dispose() protected method

protected Dispose ( bool disposing ) : void
disposing bool
return void

OnPaint() protected method

protected OnPaint ( PaintEventArgs e ) : void
e PaintEventArgs
return void

OnSizeChanged() protected method

protected OnSizeChanged ( EventArgs e ) : void
e EventArgs
return void

VS2012SplitterControl() public method

public VS2012SplitterControl ( DockPane pane ) : System
pane DockPane
return System