Programming with Reflection

image\rwnprg32.gif HotspotsModifiers property

 

Syntax

object.HotspotsModifiers
object.HotspotsModifiers = Value

Works with

image\r124.gif

Data type

Enumeration

 

Description

Returns (first syntax line) or specifies (second syntax line) the modifier keys that must be used in conjunction with a mouse click to activate a hotspot. To specify that more than one modifier key must be used, you can add values for this property as shown here:

.HotspotsModifiers = rcAlt + rcCtrl

Use HotspotsChord if you want to change the mouse button and/or the number of clicks needed to activate a hotspot.

Values

The default value is rcNormalKey (zero).

rcNormalKey No modifier keys are needed to activate hotspots.

rcAlt The Alt key must be used with the mouse to activate hotspots.

rcCtrl The Ctrl key must be used with the mouse to activate hotspots.

rcShift The Shift key must be used with the mouse to activate hotspots.

 

image\jump.gif Example

image\jump.gif Keyword Index

image\popup.gif Related Topics

image\popup.gif Reflection products that use this property