CanSeek Property

Returns a Boolean value specifying whether the current file has the ability to seek to a specific time.

Syntax

MediaPlayer.CanSeek

Remarks

Seeking is accomplished by sliding the position indicator on the control or by setting either the CurrentMarker or the CurrentPosition property.

This property returns False if FileName is not set or the Open method has not been called.

© 1996-1998 Microsoft Corporation. All rights reserved.