Programming with Reflection

image\rwnprg32.gif HotspotsChord property

 

Syntax

object.HotspotsChord
object.HotspotsChord = Value

Works with

image\r124.gif

Data type

Enumeration

 

Description

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.

Values

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.

 

image\jump.gif Example

image\jump.gif Keyword Index

image\popup.gif Related Topics

image\popup.gif Reflection products that use this property