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

In This Topic
    CanZoomChildren Method (SplitContainerZoomPolicy)
    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.
    Remarks
    For more information, see ControlZoomPolicy.
    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