Click or drag to resize
LaunchBox

ISystemMenuItemPlugin Interface

Implement this interface in order to add a non-game-specific menu item to the Tools menu in LaunchBox and/or the System menu 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
public interface ISystemMenuItemPlugin

The ISystemMenuItemPlugin type exposes the following members.

Properties
 NameDescription
Public propertyAllowInBigBoxWhenLocked Gets a value specifying whether or not to allow showing this menu item in Big Box when Big Box is Locked.
Public propertyCaption Gets a value specifying the text to show on the menu item.
Public propertyIconImage Gets a value specifying the icon image to use for the menu item in LaunchBox. This property is not used in Big Box.
Public propertyShowInBigBox Gets a value specifying whether or not to show the menu item in the Big Box System menu.
Public propertyShowInLaunchBox Gets a value specifying whether or not to show the menu item in the LaunchBox Tools menu.
Top
Methods
 NameDescription
Public methodOnSelected Called when the menu item is clicked or selected.
Top
See Also