TextBoxBase.GetFirstCharIndexOfCurrentLine Méthode
Définition
Récupère l'index du premier caractère de la ligne active.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
Retours
Index de base zéro du caractère dans la ligne active.The zero-based character index in the current line.