Check this property at any time to determine if your App has focus in the Player. A value of true indicates it is currently playing.

Namespace:  RedCritterV1
Assembly:  RedCritterV1 (in RedCritterV1.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

      
 C#  Visual Basic 
public bool HasFocus { get; }
Public ReadOnly Property HasFocus As Boolean

See Also