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

GetFirstCharIndexOfCurrentLine() public method

Retrieves the index of the first character of the current line.
public GetFirstCharIndexOfCurrentLine ( ) : int
return int
        public int GetFirstCharIndexOfCurrentLine()
        {
            return _richTextBox.GetFirstCharIndexOfCurrentLine();
        }