mobileFX VHX
VHX Object / MediaState Property
In This Topic
    MediaState Property
    In This Topic
    Description
    Holds the various states of the control during its lifetime.
    Property type
    Read-only property
    Syntax
    Visual Basic
    Public Property MediaState As VHX_STATE
    Return Type
    The current state in the control's lifecycle.
    Example
    private void axVHX1_OnPlayerEvent(object sender, AxVHXLib.IVHXEvents_OnPlayerEventEvent e)
    {
        Debug.WriteLine("MediaState: " + axVHX1.MediaState);
    }
    See Also