|
When full screen mode, you may set the specific keyboard key to clear the full screen mode. Default is use ESC key to clear the full screen.
DVDPlayer1.ClearFullScreenKey[=Integer]
|
Parameter Integer Specifies the virtual key code of the given key.
e.g. ESC - 27 spacebar - 32
Remark This property is Read/Write.
Example
|
Visual Basic Syntax DVDPlayer1.ClearFullScreenType = 0 DVDPlayer1.ClearFullScreenKey=27 DVDPlayer1.ShowFullScreen true
|
|
|