GetLineText Method (WPFTextBox)

Class

WPFTextBox class

Action

Returns the text that is currently displayed on the specified line.

Syntax

sLineText = textBox.GetLineText(lineIndex)
Variable Description
sLineText STRING.
lineIndex The zero-based line index for which to retrieve the currently displayed text. INTEGER.