ShowTracker
A version of this page is also available for
4/8/2010
This property specifies whether the trackbar is visible. This property is read/write.
Compatibility: Windows Media Player, ActiveMovie
Syntax
MediaPlayer.ShowTracker [ = bShowTracker ]
Parameters
- bShowTracker
Boolean value specifying whether the trackbar is visible. If true, the tracker is visible. The default value is 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
Windows Embedded CE | Windows CE 3.0 and later |
See Also
Reference
Windows Media Player Properties
EnableTracker
ShowControls
Concepts
Compatibility Modes
Customizing the Windows Media Player Control User Interface