Back to Devexpress

TextEdit.GetFirstCharIndexOfCurrentLine() Method

windowsforms-devexpress-dot-xtraeditors-dot-textedit-15989480.md

latest1.7 KB
Original Source

TextEdit.GetFirstCharIndexOfCurrentLine() Method

Retrieves the index of the first character of the current line.

Namespace : DevExpress.XtraEditors

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
public virtual int GetFirstCharIndexOfCurrentLine()
vb
Public Overridable Function GetFirstCharIndexOfCurrentLine As Integer

Returns

TypeDescription
Int32

The zero-based index of the first character in the current line.

|

See Also

GetCharFromPosition(Point)

GetCharIndexFromPosition(Point)

GetFirstCharIndexFromLine(Int32)

GetLineFromCharIndex(Int32)

GetPositionFromCharIndex(Int32)

TextEdit Class

TextEdit Members

DevExpress.XtraEditors Namespace