Action
Moves the mouse pointer to the specified region in an image map.
Availability
This functionality is supported only if you are using the Classic Agent.
Syntax
image.MoveToRegion (sRegion)
Variable
|
Description
|
sRegion
|
The region.
STRING.
|
Notes
An image map is an image that contains regions, which are areas that are links that can be clicked on. You can get a list of regions that an image contains with the
GetRegionList function.
Example
ProtoPage.ButtonBar.MoveToRegion ("icons#auto")
// Result:
// Pointer is moved to the specified region on the image.