ComponentFactory.Krypton.Ribbon.KryptonRibbonGroupRichTextBox.GetFirstCharIndexFromLine C# (CSharp) Method

GetFirstCharIndexFromLine() public method

Retrieves the index of the first character of a given line.
public GetFirstCharIndexFromLine ( int lineNumber ) : int
lineNumber int The line for which to get the index of its first character.
return int
        public int GetFirstCharIndexFromLine(int lineNumber)
        {
            return _richTextBox.GetFirstCharIndexFromLine(lineNumber);
        }