TextBoxBase.GetFirstCharIndexOfCurrentLine 方法
定义
检索当前行的第一个字符的索引。Retrieves the index of the first character of the current line.
public:
int GetFirstCharIndexOfCurrentLine();
public int GetFirstCharIndexOfCurrentLine ();
member this.GetFirstCharIndexOfCurrentLine : unit -> int
Public Function GetFirstCharIndexOfCurrentLine () As Integer
返回
当前行中从零开始的字符索引。The zero-based character index in the current line.