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
    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