Unicode Controls & Classes for VB6 - Version 4

ctlUniRichTextBoxXP.LinkOver Event

This event occurs when the mouse or the caret is over a link (a portion of text marked with the Link attribute (see [SelLink]))

Syntax
Public Event LinkOver (ByVal iType As eCtlRichTextBox_LinkEventTypeConstants,
ByVal lMin As Long,
ByVal lMax As Long)
Parameters
Parameter Description
ByVal iType As eCtlRichTextBox_LinkEventTypeConstants Type of action that raised the event
ByVal lMin As Long The start selection index
ByVal lMax As Long The end selection index
Remarks