Movie Maker Timeline Control

EnableSeeking Property

Description
Enables/disables allow seeking when playing.  You may set this value Before or After called Play method.

Property Type
    Read/Write property

Data Type
    bool

Syntax

TimelineControl.EnableSeeking[= value]

Example

[Visual Basic Syntax]
AxTimelineControl1.EnableSeeking= false
AxTimelineControl1.Play()