AutoAdvance Property (C1MediaPlayer)
In This Topic
Gets or sets a value indicating whether the player advances to the next media item when the reproduction of the current item ends. See also
AutoPlay.
Syntax
'Declaration
Public Property AutoAdvance As Boolean
public bool AutoAdvance {get; set;}
See Also