Unicode Controls & Classes for VB6 - Version 4

ctlUniRichTextBoxXP.SelLink Property

Gets or sets the link value for the current selection; when the mouse goes over this text the [LinkOver] is raised

Syntax
Public Property Get SelLink () As Boolean
Public Property Let SelLink (ByVal b As Boolean)
Parameters
Parameter Description
ByVal b As Boolean The new value
Remarks