Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.UndoRedo Namespace / ChildChangeUndoAction Class / oldBounds Field


In This Topic
oldBounds Field
In This Topic
Specifies the old boundary for the child control.
Syntax
'Declaration
 
Protected oldBounds As Rectangle
 
'Usage
 
Dim instance As ChildChangeUndoAction
Dim value As Rectangle
 
value = instance.oldBounds
 
instance.oldBounds = value
See Also