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

In This Topic
    Terminate Method (ToolStripZoomPolicy)
    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

    This method will call System.Windows.Forms.Control.ResumeLayout method.

    This method will be called after all control zoomed.

    For more information, see ToolStripZoomPolicy.

    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also