ShowTracker

Sets or retrieves a value specifying 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.

See Also

EnableTracker, ShowControls, Customizing the User Interface

 Last updated on Tuesday, July 13, 2004

© 1992-2000 Microsoft Corporation. All rights reserved.