Unicode Controls & Classes for VB6 - Version 4

ctlUniRichTextBoxXP.SelChange Event

This event is raised everytime the caret changes its position

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