Unicode Controls & Classes for VB6 - Version 4

ctlUniRichTextBoxXP.GetSelection Method

Gets the selection indexes; same as using [SelStart] and [SelLength]

Syntax
Public Sub GetSelection (ByRef lStart As Long, _
ByRef lEnd As Long)
Parameters
Parameter Description
ByRef lStart As Long (OUT) The start index
ByRef lEnd As Long (OUT) The end index
Remarks