C# Class WeifenLuo.WinFormsUI.Docking.DragForm

Inheritance: System.Windows.Forms.Form
Afficher le fichier Open project: dockpanelsuite/dockpanelsuite Class Usage Examples

Méthodes publiques

Méthode Description
DragForm ( ) : System
Show ( bool bActivate ) : void

Méthodes protégées

Méthode Description
OnPaint ( PaintEventArgs e ) : void
WndProc ( Message &m ) : void

Method Details

DragForm() public méthode

public DragForm ( ) : System
Résultat System

OnPaint() protected méthode

protected OnPaint ( PaintEventArgs e ) : void
e System.Windows.Forms.PaintEventArgs
Résultat void

Show() public méthode

public Show ( bool bActivate ) : void
bActivate bool
Résultat void

WndProc() protected méthode

protected WndProc ( Message &m ) : void
m System.Windows.Forms.Message
Résultat void