Share via


Windows Media Player 11 SDK EDITBOX.getLineĀ 

Windows Media Player SDK banner art

Previous Next

EDITBOX.getLine

The getLine method retrieves the text for the line with the specified index.

Syntax

  

Parameters

  index

Number (long) containing the index of the line to retrieve.

Return Values

This method returns a String.

Remarks

If the index is not valid, an empty string is returned. This method can only be called after the control becomes visible.

Requirements

Windows Media Player for Windows XP or later.

See Also

Previous Next