C# Class Longkong.WinFormsUI.DockPaneSplitter

Inheritance: System.Windows.Forms.Control
Mostra file Open project: Longkong/Pojjaman Class Usage Examples

Public Methods

Method Description
DockPaneSplitter ( DockPane pane ) : System

Protected Methods

Method Description
OnMouseDown ( MouseEventArgs e ) : void
OnPaint ( PaintEventArgs e ) : void

Method Details

DockPaneSplitter() public method

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

OnMouseDown() protected method

protected OnMouseDown ( MouseEventArgs e ) : void
e MouseEventArgs
return void

OnPaint() protected method

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