[]
        
(Showing Draft Content)

C1.Win.Input.Base.ITextBoxBase.GetFirstCharIndexFromLine

GetFirstCharIndexFromLine Method

GetFirstCharIndexFromLine(int)

Retrieves the index of the first character of a given line.

Declaration
int GetFirstCharIndexFromLine(int lineNumber)
Parameters
Type Name Description
int lineNumber

The line for which to get the index of its first character.

Returns
Type Description
int

The zero-based index of the first character in the specified line.