Unicode Controls & Classes for VB6 - Version 4

ctlUniRichTextBoxXP.GetLineFirstCharIndex Function

Gets the index of the first char of a certain line

Syntax
Public Function GetLineFirstCharIndex (Optional ByVal lLine As Long = -1&) As Long
Parameters
Parameter Description
Optional ByVal lLine As Long = -1& The line index, use -1& for the current line
Remarks