IGame |
The IGameMenuItemPlugin type exposes the following members.
Name | Description | |
---|---|---|
Caption | Gets a value specifying the text to show on the menu item. | |
IconImage | Gets a value specifying the icon image to use for the menu item in LaunchBox. This property is not used in Big Box. | |
ShowInBigBox | Gets a value specifying whether or not to show the menu item in the Big Box game details menu. | |
ShowInLaunchBox | Gets a value specifying whether or not to show the menu item in the LaunchBox right-click menu. | |
SupportsMultipleGames | Gets a value specifying whether or not the menu item should be accessible when multiple games are selected at once. |
Name | Description | |
---|---|---|
GetIsValidForGame | 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. | |
GetIsValidForGames | 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. | |
OnSelected(IGame) | Called when the menu item is clicked or selected for a particular game. | |
OnSelected(IGame) | Called when the menu item is clicked or selected for multiple games. |