Version

WinZoomPanel

The WinZoomPanel is a control container which allows the user to zoom into its contents and then to scroll through the zoomed contents.

Recordable Actions

The action below can either be written into a script or recorded while manually zooming a WinZoomPanel.

SetZoomFactor

Sets the ZoomFactor for the ZoomPanel. This can be triggered by holding Ctrl while scrolling the mouse wheel.

Parameter Type Description

newZoomFactor

decimal

float value of the new zoom factor

Replay Only Actions

The actions below cannot be recorded while manually performed and must be written directly into a test script.

ScrollZoomPanel

Scrolls the Zoom Panel to the specified location.

Parameter Type Description

horzLoc

int

integer x value representing the left most location in pixels

vertLoc

int

integer y value representing the top most location in pixels

GetZoomFactor

Returns the current zoom factor of the ZoomPanel.