EDITBOX.getLineIndex

[The feature associated with this page, Windows Media Player SDK, is a legacy feature. It has been superseded by MediaPlayer. MediaPlayer has been optimized for Windows 10 and Windows 11. Microsoft strongly recommends that new code use MediaPlayer instead of Windows Media Player SDK, when possible. Microsoft suggests that existing code that uses the legacy APIs be rewritten to use the new APIs if possible.]

The getLineIndex method retrieves the character index of the first character on the line with the specified line index.

        elementID.getLineIndex(index)

Parameters

index

Number (long) containing the index of the line whose character index is to be retrieved.

Return Value

This method returns a Number (long).

Remarks

If the specified line index is 1, the line containing the insertion point is used.

This method can only be called after the control becomes visible.

Requirements

Requirement Value
Version
Windows Media Player for Windows XP or later

See also

EDITBOX Element

EDITBOX.getLine

EDITBOX.getLineFromChar