ShowTracker
This property specifies whether the trackbar is visible.
Compatibility: Windows Media Player, ActiveMovie
MediaPlayer.ShowTracker [ = bShowTracker ]
Parameters
- 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.
ActiveMovie compatibility mode is only supported through Windows CE .NET 4.1.
Requirements
OS Versions: Windows CE 3.0 and later.
See Also
Windows Media Player Properties | Compatibility Modes | Customizing the User Interface | EnableTracker | ShowControls
Last updated on Wednesday, April 13, 2005
© 2005 Microsoft Corporation. All rights reserved.