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

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

    Parameters

    control
    The specified control.
    Remarks

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

    For more information, see ComboBoxZoomPolicy.
    See Also