Click or drag to resize
LaunchBox

IGameMenuItemPlugin Methods

The IGameMenuItemPlugin type exposes the following members.

Methods
 NameDescription
Public methodGetIsValidForGame 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.
Public methodGetIsValidForGames 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.
Public methodOnSelected(IGame) Called when the menu item is clicked or selected for a particular game.
Public methodOnSelected(IGame) Called when the menu item is clicked or selected for multiple games.
Top
See Also