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