RecyclePlayerProcess Property
In This Topic
Description
Dispose of the Player when it is no longer needed in order to free-up resources.
Property type
Read-write property
Syntax
Visual Basic |
---|
Public Property RecyclePlayerProcess As Boolean
|
Return Type
True, of the Player is disposed of when no longer needed; false otherwise.
Example
private void Form1_Load(object sender, EventArgs e)
{
axVHX1.RecyclePlayerProcess = false
}
See Also