Share via


Windows Media Player 11 SDK LISTBOX.deleteItem 

Windows Media Player SDK banner art

Previous Next

LISTBOX.deleteItem

The deleteItem method deletes the list box control item at the specified index.

Syntax

  

Parameters

  index

Number (long) containing the index of the item to delete.

Return Values

This method does not return a value.

Remarks

The lines below the deleted line will move up one index value.

Requirements

Windows Media Player for Windows XP or later.

See Also

Previous Next