Click or drag to resize
LaunchBox

IGameMenuItemPluginGetIsValidForGame Method

Used to determine whether the menu item is valid for the selected game. If not valid, the menu item will be disabled in LaunchBox or hidden in Big Box.

Namespace: Unbroken.LaunchBox.Plugins
Assembly: Unbroken.LaunchBox.Plugins (in Unbroken.LaunchBox.Plugins.dll) Version: 13.5.0.0
XMLNS for XAML: Not mapped to an xmlns.
Syntax
bool GetIsValidForGame(
	IGame selectedGame
)

Parameters

selectedGame  IGame
The game that is currently selected.

Return Value

Boolean
A value specifying whether the menu item is valid for the selected game.
See Also