ViewWordDblClicked Event (Obsolete)

Occurs when a word is double-clicked with the mouse. It occurs only if the EnableHyperlinks property is set to True.

Syntax

   ViewWordDblClicked(SelectedText)
Parameter Description
SelectedText

Is the word that has been double-clicked.

Remarks

This event is sent before a DblClick event is sent.

Data Types

SelectedText    String

See Also