ISingleSelectMediaTrackList.SelectedIndex Property

Definition

Gets or set the currently selected media track in the list.

public:
 property int SelectedIndex { int get(); void set(int value); };
int SelectedIndex();

void SelectedIndex(int value);
public int SelectedIndex { get; set; }
var int32 = iSingleSelectMediaTrackList.selectedIndex;
iSingleSelectMediaTrackList.selectedIndex = int32;
Public Property SelectedIndex As Integer

Property Value

Int32

int

The currently selected media track in the list.

Applies to