Movie Maker Timeline Control

IsPause Property 

Description
   Checking current status whether pause status. Return true if the timeline is paused, otherwise return false.

Property Type
    Read property

Data Type
    bool

Syntax

TimelineControl.IsPause[= value]

Example

[Visual Basic Syntax]
If TimelineControl1.IsPause = True Then
    TimelineControl1.Play
end If