mobileFX VHX
VHX Object / MediaAutoPlay Property
In This Topic
    MediaAutoPlay Property
    In This Topic
    Description
    Whether the media should play immediately or a call to Play is required.
    Property type
    Read-write property
    Syntax
    Visual Basic
    Public Property MediaAutoPlay As Boolean
    Return Type
    True, if the media should play immediately; false otherwise.
    Remarks
    Set to true by default. If set to false, a call to Play is required in order to play the media.
    Example
    private void Form1_Load(object sender, EventArgs e)
    {
        axVHX1.MediaAutoPlay = false;
    }
    See Also