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

In This Topic
    CanZoomChildren Method (DataGridViewZoomPolicy)
    In This Topic
    Determines whether the children controls can be zoomed.
    Syntax
    'Declaration
     
    
    Public Overridable Function CanZoomChildren( _
       ByVal control As Control _
    ) As Boolean
    public virtual bool CanZoomChildren( 
       Control control
    )

    Parameters

    control
    The specified control.

    Return Value

    true if the children controls can be zoomed; otherwise, false.
    See Also