TextBoxBase.GetFirstCharIndexOfCurrentLine 方法

定义

检索当前行的第一个字符的索引。

public:
 int GetFirstCharIndexOfCurrentLine();
public int GetFirstCharIndexOfCurrentLine ();
member this.GetFirstCharIndexOfCurrentLine : unit -> int
Public Function GetFirstCharIndexOfCurrentLine () As Integer

返回

当前行中从零开始的字符索引。

适用于