Visit Gigasoft's Web Site
 ProEssentials v9 Help

PEP_structHOTSPOTDATA

Scope

All ProEssentials Objects.

Type

structure

Default

NA

.NET

see PeFunction.GetHotSpotData

Ocx|Vcl

see GetHotSpotData

 

Purpose

This read-only property retrieves a HOTSPOTDATA structure describing the most recent Hot-Spot event.

 

Comments

This property is only used when one of the following Hot-Spots are enabled: AllowSubsetHotSpots, AllowPointHotSpots, AllowDataHotSpots, AllowGraphHotSpots, AllowGridNumberHotSpotsX, AllowGridNumberHotSpotsY, AllowTableHotSpots, AllowGraphAnnotHotSpots, AllowXAxisAnnotHotSpots, AllowYAxisAnnotHotSpots, AllowHorzLineAnnotHotSpots, AllowVertLineAnnotHotSpots, AllowTitleHotSpots, AllowSubTitleHotSpots, AllowBottomTitleHotSpots, AllowAxisHotSpots, AllowAxisLabelHotSpots

 

In an SDK/DLL implementation, the developer should use PEvget to retrieve this property in response to a PEWN_CLICKED, or PEWN_DBLCLICKED notification messages. Processing the data passed back from PEvget allows the developer to determine if a Hot-Spot was clicked, and of what type.

 

Refer to Chapter 7, Question 12 for more information on hot spots.