This method pauses the video that was started with the Start method or restarts a video that has been paused.

[Visual Basic]   [ Boolean = ]playcontrolname.Pause
[Visual C++]     [ BOOL = ]playcontrolname.Pause()
[VB.NET]   [ Boolean = ]playcontrolname.Pause()
[C#.NET]   [ bool = ]playcontrolname.Pause()

Parameters

None

Return Value

Returns True (nonzero) if successful, returns False (0) when not successful.

Explanation

The Pause method pauses the video or restarts a video that has been paused. If the return value is True (nonzero), then the State property is updated. If the return value is False (0), then values of 2 or 11 will be set in the ErrorStatus property.

 

The ImageKit10 ActiveX is a product created by Newtone Corporation