DoMove Method
Moves the specified child control if design mode is enabled.
Declaration
protected virtual void DoMove(Control ctl, Moving movement, Point pt)
Protected Overridable Sub DoMove(ctl As Control, movement As Moving, pt As Point)
Parameters
Type |
Name |
Description |
Control |
ctl |
Child control
|
Moving |
movement |
Movement of the child control
|
Point |
pt |
Point location of the child control
|