Movie Player ActiveX Control

ShowCustomCursor

 

Enable/Disable to show custom cursor file.

MoviePlayer1.ShowCustomCursor[=Boolean]


Parameter
Boolean
True - Enable show custom cursor, False - Disable show custom cursor.

Remark
This property is Read/Write.

Example

   

Visual Basic Syntax
MoviePlayer1.ShowCustomCursor=True
MoviePlayer1.CursorFileName="c:\test.cur"