Windows Media Player 11 SDK LISTBOX.getNextSelectedItem 

Windows Media Player SDK banner art

Previous Next

LISTBOX.getNextSelectedItem

The getNextSelectedItem method retrieves the next selected item in the list box control starting at the item after the one with the specified index.

Syntax

  

Parameters

  startIndex

Number (long) containing the index of the item that precedes the item being retrieved.

Return Values

This method returns a Number (long) containing the index of the next selected item.

Remarks

To start search from the beginning, use –1 for the start index.

Requirements

Windows Media Player for Windows XP or later.

See Also

Previous Next