Visit Gigasoft's Web Site
 ProEssentials v9 Help

MultiSubTitle Event

Scope All ProEssentials OCX/VCL

 

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

 

The MultiSubTitle event is fired when the user clicks a multi sub 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 AllowSubTitleHotSpots is TRUE.

 

See Also: MultiSubTitles, MultiBottomTitle event, OCX/VCL Events