Player6.ShowTracker (deprecated)

Windows Media Player SDK banner art

This page documents a feature of the Windows Media Player 6.4 ActiveX control. We recommend that you migrate your content to use the Windows Media Player 9 Series ActiveX control. For more information about the Windows Media Player 9 Series ActiveX control, see the Windows Media Player 9 Series SDK.

This property specifies or retrieves a value indicating whether the trackbar is visible.

Syntax

MediaPlayer.ShowTracker

Possible Values

This property is a read/write Boolean containing one of the following values.

Value Description
true Default. The trackbar is visible.
false The trackbar is not visible.

Remarks

The trackbar is a slider control that indicates the progress of the clip currently playing. Users can seek to any position in the clip by dragging the progress indicator on the trackbar.

The trackbar is displayed only if the control bar is visible (that is, when the value of the ShowControls property is true).

Important   This property specifies the visibility of the trackbar. The EnableTracker property determines whether the trackbar is active or disabled.

Requirements

Version: Windows Media Player version 6.4.

Library: Use msdxm.ocx.

Platform: Windows 98 Second Edition or higher.

See Also