Spread Windows Forms 12.0 Product Documentation
ChildChangeUndoAction Constructor(Control,Rectangle,Rectangle)


FarPoint.Win.Spread Assembly > FarPoint.Win.Spread.UndoRedo Namespace > ChildChangeUndoAction Class > ChildChangeUndoAction Constructor : ChildChangeUndoAction Constructor(Control,Rectangle,Rectangle)
Control
Rectangle
Rectangle
Creates a new undo action for moving or sizing a child control.
Syntax
'Declaration
 
Public Function New( _
   ByVal ctl As Control, _
   ByVal oldBounds As Rectangle, _
   ByVal newBounds As Rectangle _
)
'Usage
 
Dim ctl As Control
Dim oldBounds As Rectangle
Dim newBounds As Rectangle
 
Dim instance As New ChildChangeUndoAction(ctl, oldBounds, newBounds)
public ChildChangeUndoAction( 
   Control ctl,
   Rectangle oldBounds,
   Rectangle newBounds
)

Parameters

ctl
Control
oldBounds
Rectangle
newBounds
Rectangle
See Also

Reference

ChildChangeUndoAction Class
ChildChangeUndoAction Members
Overload List