![]() |
Previous | Next |
This property specifies or retrieves a value indicating whether Windows Media Player is in preview mode.
Syntax
MediaPlayer.PreviewMode
Possible Values
This property is a read/write Boolean containing one of the following values.
Value | Description |
true | Windows Media Player is in preview mode. |
false | Default. Windows Media Player is not in preview mode. |
Remarks
In preview mode, the Windows Media Player control plays a short preview of each title in a playlist. You can only set this property to true if the value of the CanPreview property is also true.
See Also
Previous | Next |