C# Class ARCed.UI.DragForm

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

Public Methods

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

Protected Methods

Method Description
WndProc ( Message &m ) : void

Method Details

DragForm() public method

public DragForm ( ) : System
return System

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