| 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.PluginsAssembly: 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
)
Function GetIsValidForGame (
selectedGame As IGame
) As Boolean
bool GetIsValidForGame(
IGame^ selectedGame
)
abstract GetIsValidForGame :
selectedGame : IGame -> bool
Parameters
- selectedGame IGame
- The game that is currently selected.
Return Value
BooleanA value specifying whether the menu item is valid for the selected game.
See Also