Skip to content

Latest commit

 

History

History
80 lines (46 loc) · 1.94 KB

editbox-getlineindex.md

File metadata and controls

80 lines (46 loc) · 1.94 KB
title description ms.assetid keywords topic_type api_name api_type ms.topic ms.date api_location ms.custom
EDITBOX.getLineIndex
The getLineIndex method retrieves the character index of the first character on the line with the specified line index.
1298227a-d839-44fc-bacb-44c3c968bd94
EDITBOX.getLineIndex Windows Media Player
apiref
EDITBOX.getLineIndex
NA
reference
4/26/2023
UpdateFrequency5

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