Programming with Reflection
HotspotsModifiers property
Syntax |
|
Works with |
|
Data type |
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.
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.