[]
Determines whether the children controls can be zoomed. It is always return false in PropertyGridZoomPolicy.
public override bool CanZoomChildren(Control control)
| Type | Name | Description |
|---|---|---|
| Control | control | The specified control. |
| Type | Description |
|---|---|
| bool | true if the children controls can be zoomed; otherwise, false. |
This method always returns false because of that PropertyGrid has some inner layout logic.