Skip to content

Latest commit

 

History

History
80 lines (46 loc) · 1.9 KB

editbox-getlinefromchar.md

File metadata and controls

80 lines (46 loc) · 1.9 KB
title description ms.assetid keywords topic_type api_name api_type ms.topic ms.date api_location ms.custom
EDITBOX.getLineFromChar
The getLineFromChar method retrieves the line index for the specified character index.
c3a29bdf-ff63-4b6d-90e8-d414dde87f85
EDITBOX.getLineFromChar Windows Media Player
apiref
EDITBOX.getLineFromChar
NA
reference
4/26/2023
UpdateFrequency5

EDITBOX.getLineFromChar

[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 getLineFromChar method retrieves the line index for the specified character index.

        elementID.getLineFromChar(index)

Parameters

index

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

Return Value

This method returns a Number (long).

Remarks

If the specified character position is 1, this method retrieves the line index of the current line.

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.getLineIndex