[]
        
(Showing Draft Content)

C1.Win.Input.Base.C1TextBoxBase.GetFirstCharIndexFromLine

GetFirstCharIndexFromLine Method

GetFirstCharIndexFromLine(int)

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

Declaration
public 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.

Implements