Click or drag to resize
LaunchBox

IGameMenuItemPluginGetIsValidForGames Method

Used to determine whether the menu item is valid for the selected games when multiple games are selected. If not valid, the menu item will be disabled in LaunchBox. Multiple selections are currently not used 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 GetIsValidForGames(
	IGame[] selectedGames
)

Parameters

selectedGames  IGame
An array of games that represent all of the currently selected games.

Return Value

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