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

In This Topic
    GetChildren Method (ToolStripZoomPolicy)
    In This Topic
    Get the collection of controls contained within the control.
    Syntax
    'Declaration
     
    
    Public Overrides Function GetChildren( _
       ByVal control As Control _
    ) As IEnumerable(Of Control)
    public override IEnumerable<Control> GetChildren( 
       Control control
    )

    Parameters

    control
    The specified control.

    Return Value

    The children.
    Remarks
    See Also