Visit Gigasoft's Web Site
 ProEssentials v9 Help

PeMultiBottomTitle

Scope

Pego, Pesgo, Pepso, Pe3do, Pepco

 

public event MultiBottomTitleEventHandler PeMultiBottomTitle;

 

public delegate void MultiBottomTitleEventHandler(object sender, ProEssentials.EventArg.MultiTitleHotSpotEventArgs e);

 

public MultiTitleHotSpotEventArgs(bool doubleClick, int annotationIndex, ProEssentials.Enums.TitleJustification justification)

 

Argument

Description

doubleClick

False = Click event

True = Double Click event

annotationIndex

Zero based index of annotation clicked.

justification

ProEssentials.Enums.TitleJustiGridNumberType

Left = 0

Middle = 1

Right = 2

 

Description

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

 

Comments

This event is only fired if PeUserInterface.HotSpot.MultiBottomTitle is True.

 

See Also: PeString.MultiBottomTitles, MultiSubTitle event, PeUserInterface.HotSpot