CurrentPosition PropertyCurrentPosition Property*
*



Contents  *



Index  *Topic Contents
*Previous Topic: BorderStyle Property
*Next Topic: CurrentState Property

CurrentPosition Property

Specifies the current position within the multimedia stream, in seconds.

Syntax

[form.]object.CurrentPosition [ = double ]

Settings

doubleNew position within the stream, in seconds.

Data Type

double

Remarks

The new value must be within the range specified by the SelectionStart and SelectionEnd properties.

The current position value displayed by the control's user interface can represent either seconds or frames. The DisplayMode property determines the units shown.

Setting the CurrentPosition property at run time is similar to a seek operation and changes the position to the specified point in the multimedia stream.

Run-time access: read/write. Design-time access: not applicable.


Up Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.