HotSpot

The HotSpot control is used to make an area of the screen respond to a click event. This can be used if you have a background image with “buttons” that the user could use to navigate with.

The standard HotSpot has the following properties:

Keyboard navigation

Except of the mouse control you can also use the following keyboard keys for hotspot control:

  • <Tab> key to move the focus between different hotspot controls
  • <Space Bar> to activate the selected hotspot (enable its OnClick action).

Example: Here is an example of using a HotSpot to overlay an area of the screen which is displaying a watermark image. You can define a function to run when the Click event is generated as the user hovers and clicks the HotSpot defined on top of the ambulance.