Visit Gigasoft's Web Site
 ProEssentials v9 Help

AllowTableHotSpots

Scope

Pego

Type

Boolean/Int32

Default

FALSE

.NET

PeUserInterface.HotSpot.Table

Ocx|Vcl

AllowTableHotSpots

DLL

PEP_bALLOWTABLEHOTSPOTS

 

Purpose

This property controls whether the Graphs table portion will be a Hot-Spot. The developer can then respond when the user clicks or double-clicks items in the table.

 

Setting

Description

TRUE

Enable table hot-spots.

FALSE

Disable table hot-spots.

 

Comments

PeUserInterface.HotSpot.Table members of Pego.PeUserInterface.HotSpot

 

Related events:

.NET: PeTableHotSpot event
ActiveX: TableHotSpot event
SDK/DLL: PEWN_CLICKED notification message.

 

Refer to Chapter75, Question 12 for more information on hot-spots.