Returns or sets an Integer value specifying whether the status bar displays the current position in seconds or frames.
Syntax
MediaPlayer.DisplayMode
Remarks
The DisplayMode property can have the following values:
Setting | Description |
0 | (Default) Display the current position in seconds. |
1 | Display the current position in frames. |
This property only works with local playback content.
See Also
DisplayModeChange event, ShowDisplay property
© 1996-1998 Microsoft Corporation. All rights reserved.