The IsZoomControlEnabled property is used to prevent the user from
impacting the zoom of the WebView. When disabled, the user is not able
to zoom using Ctrl++, Ctrl+-, or Ctrl+mouse wheel, but the zoom
is set using ZoomFactor API. The default value is TRUE.
The IsZoomControlEnabled property is used to prevent the user from impacting the zoom of the WebView. When disabled, the user is not able to zoom using Ctrl++, Ctrl+-, or Ctrl+mouse wheel, but the zoom is set using ZoomFactor API. The default value is TRUE.
\snippet SettingsComponent.cpp DisableZoomControl