Share via


Windows Media Player 11 SDK LISTBOX.insertItem 

Windows Media Player SDK banner art

Previous Next

LISTBOX.insertItem

The insertItem method inserts the specified text at the specified index in the list box control.

Syntax

  

Parameters

  index

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

  text

String containing the text to be inserted.

Return Values

This method does not return a value.

Remarks

When a line is inserted, the line indexes for the lines below the inserted line increase by one.

Requirements

Windows Media Player for Windows XP or later.

See Also

Previous Next