Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.UndoRedo Namespace / ChildChangeUndoAction Class / ctl Field


In This Topic
    ctl Field
    In This Topic
    Specifies the child control.
    Syntax
    'Declaration
     
    
    Protected ctl As Control
    'Usage
     
    
    Dim instance As ChildChangeUndoAction
    Dim value As Control
     
    value = instance.ctl
     
    instance.ctl = value
    protected Control ctl
    See Also