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

In This Topic
    CanZoomChildren Method (PropertyGridZoomPolicy)
    In This Topic
    Determines whether the children controls can be zoomed. It is always return false in PropertyGridZoomPolicy.
    Syntax
    'Declaration
     
    
    Public Overrides Function CanZoomChildren( _
       ByVal control As Control _
    ) As Boolean
    public override bool CanZoomChildren( 
       Control control
    )

    Parameters

    control
    The specified control.

    Return Value

    true if the children controls can be zoomed; otherwise, false.
    Remarks
    This method always returns false because of that System.Windows.Forms.PropertyGrid has some inner layout logic.
    See Also