TouchToolKit for WinForms | ComponentOne
C1.Win.TouchToolKit Namespace / ScrollableControlZoomPolicy Class / Terminate Method
The control.

In This Topic
    Terminate Method (ScrollableControlZoomPolicy)
    In This Topic
    Terminates the specified control.
    Syntax
    'Declaration
     
    
    Public Overrides Sub Terminate( _
       ByVal control As Control _
    ) 
    public override void Terminate( 
       Control control
    )

    Parameters

    control
    The control.
    Remarks

    Clear all catches and restore other specific settings that set on the Initialize method.

    This method will be called after all control zoomed.
    See Also