[This is preliminary documentation and is subject to change.]

Accessor for whether the sound is paused or not

Namespace: MusicPlayerWindow
Assembly: MusicPlayerWindow (in MusicPlayerWindow.exe) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public bool isPaused()
Visual Basic
Public Function isPaused As Boolean
Visual C++
public:
bool isPaused()

Return Value

A boolean that's true when the sound is paused and false otherwise

See Also