Windows Media Player Control SDK Banner Art
*Contents *Index  *Topic Contents
*Previous Topic: ShowStatusBar
*Next Topic: SourceLink

ShowTracker Property

Sets or retrieves a value specifying whether the trackbar is visible.

Syntax

MediaPlayer.ShowTracker [ = bShowTracker ]

Possible Values

bShowTracker Boolean value specifying whether the trackbar is visible. If true, the tracker is visible.

This property is read/write with a default value of true.

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 displays 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

EnableTracker, ShowControls, Customizing the User Interface


Top of Page Top of Page
© 1999 Microsoft and/or its suppliers. All rights reserved. Terms of Use.