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

In This Topic
    Terminate Method (ListViewZoomPolicy)
    In This Topic
    Terminate the control after zoom action completely.
    Syntax
    'Declaration
     
    
    Public Overridable Sub Terminate( _
       ByVal control As Control _
    ) 
    public virtual void Terminate( 
       Control control
    )

    Parameters

    control
    The specified control.
    Remarks

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

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