Contents Index Topic Contents | |
Previous Topic: ShowGotoBar Next Topic: ShowStatusBar |
ShowPositionControls Property
Sets or retrieves a value specifying whether the position controls appear on the control bar.
Syntax
MediaPlayer.ShowPositionControls [ = bShowPosition ]Possible Values
bShowPosition Boolean value specifying whether the position controls appear on the control bar. I f true, the position controls are visible. This property is read/write with a default value of true.
Remarks
The position controls consist of five buttons:
- Skip Back: Jumps to the previous clip in the playlist.
- Rewind: Scans rapidly backward through the current clip.
- Fast Forward: Scans rapidly forward through the current clip.
- Skip Forward: Jumps to the next clip in the playlist.
- Preview: Plays a preview of each clip in the playlist.
This property specifies whether the position controls appear on the control bar. The control bar itself is displayed or hidden by setting the ShowControls property.
This property can affect the overall width of the Microsoft® Windows Media™ Player. In some cases the width of the control bar defines the overall width of the Windows Media Player control. Adding position controls increases the width of the control bar.
Important: This property specifies the visibility of the position controls. The EnablePositionControls property determines whether the position controls are active or disabled.
See Also
EnablePositionControls, ShowControls, Customizing the User Interface, Using Playlists
Top of Page
© 1999 Microsoft and/or its suppliers. All rights reserved. Terms of Use.