Managed DirectShow Programming Reference

GuideControl.SelectedTrackIndex Property

[This is preliminary documentation and subject to change.]

Gets or sets the index of the selected Track in the Tracks collection, -1 if no track is selected.

public  SelectedTrackIndex {get; set;}

Exceptions

Exception Type Condition
ArgumentOutOfRangeException The Tracks collection does not have a Track at that index.

See Also

GuideControl Class | KvTv.DirectShow.Windows.Forms Namespace | SelectedTrackChanged