C# Class WeifenLuo.WinFormsUI.ThemeVS2012.VS2012WindowSplitterControl

Inheritance: WeifenLuo.WinFormsUI.Docking.SplitterBase
Mostrar archivo Open project: dockpanelsuite/dockpanelsuite

Public Methods

Method Description
VS2012WindowSplitterControl ( ISplitterHost host ) : System

Protected Methods

Method Description
Dispose ( bool disposing ) : void
OnPaint ( PaintEventArgs e ) : void
OnSizeChanged ( EventArgs e ) : void
StartDrag ( ) : 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 System.EventArgs
return void

StartDrag() protected method

protected StartDrag ( ) : void
return void

VS2012WindowSplitterControl() public method

public VS2012WindowSplitterControl ( ISplitterHost host ) : System
host ISplitterHost
return System