In This Topic
            
            Description
Whether the media should play in a loop or not.
Property type
Read-write property
            Syntax
| Visual Basic | 
|---|
| Public Property MediaLoop As Boolean
 | 
Return Type
True if the media is supposed to play in a loop; false otherwise.
Example
private void Form1_Load(object sender, EventArgs e)
{
    axVHX1.MediaLoop = true;
}
            
            
            
            See Also