HotspotsAltKey Property (IHotSpots)
Gets or sets a value indicating whether the Alt key must be used in conjunction with the mouse to activate the hotspot.
bool HotspotsAltKey {get; set;}
'Declaration
Property HotspotsAltKey As Boolean
'Usage
Dim instance As IHotSpots
Dim value As Boolean
instance.HotspotsAltKey = value
value = instance.HotspotsAltKey