Returns or sets a Boolean value specifying whether or not the control is in preview mode.
Syntax
MediaPlayer.PreviewMode
Remarks
The PreviewMode property can have the following values:
Value | Description |
True | The player is in preview mode. |
False | (default) The player is not in preview mode. |
The CanPreview property must be True before this property can be set to True.
See Also
© 1996-1998 Microsoft Corporation. All rights reserved.