Microsoft Windows CE 3.0  

ShowPositionControls

Important:
This is retired content. This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This content may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.

Sets or retrieves a value specifying whether the position controls appear on the control bar.

Compatibility:Windows Media Player, ActiveMovie

MediaPlayer.ShowPositionControls [ =
bShowPosition
]

Parameters

bShowPosition
Boolean value specifying whether the position controls appear on the control bar. If TRUE and ShowControls is also TRUE, the position controls are visible. This property is read/write with a default value of true.

Remarks

The position controls consist of four 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.

    This property specifies whether the position controls appear on the control bar. The control bar itself is displayed or hidden by setting the ShowControlsproperty.

    This property can affect the overall width of the Microsoft Windows Media Player control. 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 EnablePositionControlsproperty determines whether the position controls are active or disabled.

    See Also

    EnablePositionControls, ShowControls, Customizing the User Interface, Using Playlists