Set to false if your App has nothing to display. A false setting tells the player to skip over the App the next time its turn for focus comes.

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

Syntax

      
 C#  Visual Basic 
public bool WantsFocus { get; set; }
Public Property WantsFocus As Boolean

Remarks

You may set this at any time however, if your App currently has focus it will not apply until it's next rotation.

See Also