Programming with Reflection
CurrentHotspotRow property
Syntax |
object.CurrentHotspotRow |
Data type |
Returns the hotspot row location set by either the GetCurrentHotspotEx or the GetHotspotsEx method. This property has a value of 0 until one of these methods is executed. After one of these methods has been executed, it returns the row location of the most recently used hotspot, or 32000 if no hotspot has been selected.
Use CurrentHotspotColumn to return the column location.
This property is read-only.