Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.DrawingSpace Namespace / SpreadChildControlContainer Class / DoMove Method
Child control
Movement of the child control
Point location of the child control


In This Topic
DoMove Method (SpreadChildControlContainer)
In This Topic
Moves the specified child control if design mode is enabled.
Syntax
'Declaration
 
Protected Overridable Sub DoMove( _
   ByVal ctl As Control, _
   ByVal movement As Moving, _
   ByVal pt As Point _
) 
 
'Usage
 
Dim instance As SpreadChildControlContainer
Dim ctl As Control
Dim movement As Moving
Dim pt As Point
 
instance.DoMove(ctl, movement, pt)

Parameters

ctl
Child control
movement
Movement of the child control
pt
Point location of the child control
See Also