Programming with Reflection
CurrentHotspotColumn property
Syntax |
object.CurrentHotspotColumn |
Data type |
Returns the hotspot column 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 column location of the most recently used hotspot, or 32000 if no hotspot has been selected.
The column value returned is the first character of the hotspot.
The CurrentHotspotRow property returns the hotspot row location.
This property is read-only.