Input for WinForms | ComponentOne
C1.Win.Input Namespace / C1TextBox Class / GetFirstCharIndexOfCurrentLine Method

In This Topic
    GetFirstCharIndexOfCurrentLine Method (C1TextBox)
    In This Topic
    Retrieves the index of the first character of the current line.
    Syntax
    'Declaration
     
    
    Public Function GetFirstCharIndexOfCurrentLine() As Integer
    public int GetFirstCharIndexOfCurrentLine()

    Return Value

    The zero-based character index in the current line.
    See Also