Share via


Windows Media Player 11 SDK EDITBOX.getLineIndex 

Windows Media Player SDK banner art

Previous Next

EDITBOX.getLineIndex

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

Syntax

  

Parameters

  index

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

Return Values

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

Windows Media Player for Windows XP or later.

See Also

Previous Next