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.

    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