Visit Gigasoft's Web Site
 ProEssentials v9 Help

MultiBottomTitle Event

Scope All ProEssentials OCX/VCL

 

Sub ctlname_MultiBottomTitle(DblClk As Integer, nIndex As Integer, nJustification As Integer)

 

The MultiBottomTitle event is fired when the user clicks a multi bottom title.

 

Parameter

Description

DblClk

0 = Click;  1 = Double Click

nIndex

Zero based index of annotation clicked.

nJustification

0=Left, 1=Center, 2=Right.

 

Comments

This event is only fired if AllowBottomTitleHotSpots is TRUE.

 

See Also: MultiBottomTitles, MultiSubTitle event, OCX/VCL Events