Movie Player ActiveX Control

HideCursor

 

Enable/Disable the cursor.

MoviePlayer1.HideCursor[=Boolean]


Parameter
Boolean
true - enable display the cursor, false - disable the cursor.

Remark
This property is Read/Write.

Example

   

Visual Basic Syntax
MoviePlayer1.FileName="c:\test.mpg"
MoviePlayer1.HideCursor=False