Movie Maker Timeline Control

IsPlaying Property 

Description
   Checking current status whether playing status. Return true if playing, otherwise return false.

Property Type
    Read property

Data Type
    bool

Syntax

TimelineControl.IsPlaying[= value]

Example

[Visual Basic Syntax]
TimelineControl1.Play
bPlaying = TimelineControl1.IsPlaying