Click or drag to resize
LaunchBox

IStateManager Interface

This interface provides access to various information about the current state of LaunchBox and Big Box.

Namespace: Unbroken.LaunchBox.Plugins.Data
Assembly: Unbroken.LaunchBox.Plugins (in Unbroken.LaunchBox.Plugins.dll) Version: 13.5.0.0
XMLNS for XAML: Not mapped to an xmlns.
Syntax
public interface IStateManager

The IStateManager type exposes the following members.

Properties
 NameDescription
Public propertyBigBoxCurrentTheme Gets a value specifying the currently in use theme for Big Box.
Public propertyIsBigBox Gets a value specifying whether the running application is Big Box (true) or LaunchBox (false).
Public propertyIsBigBoxInAttractMode Gets a value specifying whether Big Box is in attract mode or not.
Public propertyIsBigBoxLocked Gets a value specifying whether Big Box is currently locked.
Public propertyIsPremium Gets a value specifying whether the current user is licensed for LaunchBox Premium.
Top
Methods
 NameDescription
Public methodGetAllSelectedGames Gets an array of all of the currently selected games in LaunchBox or Big Box.
Public methodGetSelectedPlatform Gets the currently selected platform in LaunchBox or Big Box.
Top
See Also