[]
        
(Showing Draft Content)

C1.Win.TouchToolKit.PropertyGridZoomPolicy.CanZoomChildren

CanZoomChildren Method

CanZoomChildren(Control)

Determines whether the children controls can be zoomed. It is always return false in PropertyGridZoomPolicy.

Declaration
public override bool CanZoomChildren(Control control)
Parameters
Type Name Description
Control control

The specified control.

Returns
Type Description
bool

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

Overrides
Remarks

This method always returns false because of that PropertyGrid has some inner layout logic.