C# Class WeifenLuo.WinFormsUI.Docking.DragForm

Inheritance: System.Windows.Forms.Form
Show file Open project: dockpanelsuite/dockpanelsuite Class Usage Examples

Public Methods

Method Description
DragForm ( ) : System
Show ( bool bActivate ) : void

Protected Methods

Method Description
OnPaint ( PaintEventArgs e ) : void
WndProc ( Message &m ) : void

Method Details

DragForm() public method

public DragForm ( ) : System
return System

OnPaint() protected method

protected OnPaint ( PaintEventArgs e ) : void
e System.Windows.Forms.PaintEventArgs
return void

Show() public method

public Show ( bool bActivate ) : void
bActivate bool
return void

WndProc() protected method

protected WndProc ( Message &m ) : void
m System.Windows.Forms.Message
return void