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

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

    Parameters

    control
    The specified control.
    Remarks
    Default logic will return the System.Windows.Forms.Control.Controls. If the control has other child element need to change. User can add it to the collection.
    See Also