Property | Type | Description | |
---|---|---|---|
AnimationAllowed | bool | ||
DoneDragging | Action |
||
Dragging | bool | ||
addon | |||
settings | AddonHelper.Settings |
Property | Type | Description | |
---|---|---|---|
FormDrag_FormClosing | void | ||
FormDrag_Load | void | ||
FormDrag_MouseDown | void | ||
FormDrag_MouseMove | void | ||
FormDrag_MouseUp | void | ||
GetInvertedRectangle | Rectangle | ||
InitializeComponent | void | ||
timerSet_Tick | void |
Method | Description | |
---|---|---|
FormDrag ( |
||
SetArea ( ) : void |
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Clean up any resources being used.
|
|
ProcessCmdKey ( Message &msg, Keys keyData ) : bool | ||
WndProc ( Message &m ) : void |
Method | Description | |
---|---|---|
FormDrag_FormClosing ( object sender, FormClosingEventArgs e ) : void | ||
FormDrag_Load ( object sender, EventArgs e ) : void | ||
FormDrag_MouseDown ( object sender, MouseEventArgs e ) : void | ||
FormDrag_MouseMove ( object sender, MouseEventArgs e ) : void | ||
FormDrag_MouseUp ( object sender, MouseEventArgs e ) : void | ||
GetInvertedRectangle ( int PosX, int PosY, int SizeW, int SizeH ) : Rectangle | ||
InitializeComponent ( ) : void |
Required method for Designer support - do not modify the contents of this method with the code editor.
|
|
timerSet_Tick ( object sender, EventArgs e ) : void |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | true if managed resources should be disposed; otherwise, false. |
return | void |
protected ProcessCmdKey ( Message &msg, Keys keyData ) : bool | ||
msg | Message | |
keyData | Keys | |
return | bool |