[]
Determines whether the children controls can be zoomed. It is always return false in PropertyGridZoomPolicy.
public override bool CanZoomChildren(Control control)
Public Overrides Function CanZoomChildren(control As Control) As Boolean
| 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.