Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.UndoRedo Namespace / ChildChangeUndoAction Class / ChildChangeUndoAction Constructor / ChildChangeUndoAction Constructor(Control,Rectangle,Rectangle)
Control
Rectangle
Rectangle


In This Topic
ChildChangeUndoAction Constructor(Control,Rectangle,Rectangle)
In This Topic
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)

Parameters

ctl
Control
oldBounds
Rectangle
newBounds
Rectangle
See Also