TextBox::GetCharacterIndexFromLineIndex Method (Int32)

 

Returns the zero-based character index for the first character in the specified line.

Namespace:   System.Windows.Controls
Assembly:  PresentationFramework (in PresentationFramework.dll)

public:
int GetCharacterIndexFromLineIndex(
	int lineIndex
)

Parameters

lineIndex
Type: System::Int32

The zero-based index of the line to retrieve the initial character index for.

Return Value

Type: System::Int32

The zero-based index for the first character in the specified line.

.NET Framework
Available since 3.0
Return to top
Show: