Programming with Reflection
HotspotsChord property
Syntax |
|
Works with |
|
Data type |
Returns (first syntax line) or specifies (second syntax line) the mouse button that activates a hotspot. Use HotspotsModifiers if you want to specify modifier keys (such as Shift, Alt, and Ctrl) that must be used in conjunction with the mouse button.
The default value is rcLeftButton.
rcLeftButton Clicking the left button activates a hotspot.
rcMiddleButton Clicking the middle button activates a hotspot.
rcRightButton Clicking the right button activates a hotspot.
rcLeftButton_DoubleClick Double-clicking the left button activates a hotspot.
rcMiddleButton_DoubleClick Double-clicking the middle button activates a hotspot.
rcRightButton_DoubleClick Double-clicking the right button activates a hotspot.