Share via


Windows Media Player 11 SDK EDITBOX.getLineFromChar 

Windows Media Player SDK banner art

Previous Next

EDITBOX.getLineFromChar

The getLineFromChar method retrieves the line index for the specified character index.

Syntax

  

Parameters

  index

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

Return Values

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

Windows Media Player for Windows XP or later.

See Also

Previous Next