TouchToolKit for WinForms | ComponentOne
C1.Win.TouchToolKit Namespace / C1Zoom Class / BeginAddControls Method
Example

In This Topic
    BeginAddControls Method (C1Zoom)
    In This Topic
    Call this method before change child control collection.
    Syntax
    'Declaration
     
    
    Public Sub BeginAddControls() 
    public void BeginAddControls()
    Example

    The following code example shows how to use this method.

    This code example is part of a larger example provided for the Controls property.

    See Also