StyleEdit.HotspotClicked Event
StyleEdit.HOTSPOT This event occurs when you left-click the mouse on a styled character.
The HotspotClicked event has the following structure:
Event {
Number Style;
Number Position;
String Word;
}
Style stores the style number of the clicked part, Position stores the clicked character position, and Word stores the character string of the clicked part.