|
When full screen mode, you may set the specific mouse button or keyboard key to clear the full screen mode.
MoviePlayer1.ClearFullScreenType[=Integer]
|
Parameter Integer 0 - Keyboard key. 1 - Mouse button.
Remark This property is Read/Write.
Example
|
Visual Basic Syntax MoviePlayer1.AspectRatio=True MoviePlayer1.ClearFullScreenType = 1 MoviePlayer1.ClearFullScreenMouseButton=0 MoviePlayer1.FileName="c:\test.mpg" MoviePlayer1.Play MoviePlayer1.ShowFullScreen true
|
|
|