TouchToolKit for WinForms | ComponentOne
C1.Win.TouchToolKit Namespace / C1Zoom Class / Controls Property
Example

In This Topic
    Controls Property (C1Zoom)
    In This Topic
    Gets the child controls of the owner form.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Controls As Control.ControlCollection
    public Control.ControlCollection Controls {get;}

    Property Value

    The System.Windows.Forms.Control.ControlCollection value that represents the child controls of the owner form.
    Remarks
    After form loaded, C1Zoom will change all child controls from form to a inner panel. So, if a form attached to a C1Zoom, user should use GcZoom.Controls property instead of Form.Controls property.
    Example

    The following code example shows how to use this method.

    See Also