Unicode Controls & Classes for VB6 - Version 4

ctlUniTextCodeHighlight.SelStart Property

Returns or sets the starting point of the selected text; indicates the insertion point if no text is selected (RUNTIME)

Syntax
Public Property Get SelStart () As Long
Public Property Let SelStart (ByVal lSelStart As Long)
Parameters
Parameter Description
ByVal lSelStart As Long The new insertion point
Remarks