ITransformProvider2::get_CanZoom method (uiautomationcore.h)

Indicates whether the control supports zooming of its viewport.

This property is read-only.

Syntax

HRESULT get_CanZoom(
  BOOL *pRetVal
);

Parameters

pRetVal

Return value

None

Requirements

Requirement Value
Minimum supported client Windows 8 [desktop apps | UWP apps]
Minimum supported server Windows Server 2012 [desktop apps | UWP apps]
Target Platform Windows
Header uiautomationcore.h (include UIAutomation.h)

See also

ITransformProvider2