Windows Media Player SDK banner art
PreviousNext

Player6.ShowTracker

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.

See Also

PreviousNext


© 2000-2001 Microsoft Corporation. All rights reserved.