TouchToolKit for WinForms | ComponentOne
C1.Win.TouchToolKit Namespace / C1ZoomPanel Class / InnerControls Property
Example

In This Topic
    InnerControls Property (C1ZoomPanel)
    In This Topic
    Gets the child controls of the panel.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property InnerControls As Control.ControlCollection
    public Control.ControlCollection InnerControls {get;}

    Property Value

    The System.Windows.Forms.Control.ControlCollection value that represents the child controls of the panel.
    Example

    The following code example shows how to use this method. GcZoom use Controls property to get the all child controls, But GcZoomPanel should use InnerControls to get.

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

    See Also