Click or drag to resize
LaunchBox

IGameMenuItem Interface

This interface is used to create menu items by the IGameMultiMenuItemPlugin interface

Namespace: Unbroken.LaunchBox.Plugins.Data
Assembly: Unbroken.LaunchBox.Plugins (in Unbroken.LaunchBox.Plugins.dll) Version: 13.5.0.0
XMLNS for XAML: Not mapped to an xmlns.
Syntax
public interface IGameMenuItem

The IGameMenuItem type exposes the following members.

Properties
 NameDescription
Public propertyCaption The string displayed on the menu item
Public propertyChildren Menu items under this one (not used in Big Box)
Public propertyEnabled Is the menu item enabled
Public propertyIcon The icon for the item (not used in Big Box)
Top
Methods
 NameDescription
Public methodOnSelect Fired when your menu item has been selected by the user. Not used if the item has any children.
Top
See Also