Click or drag to resize
LaunchBox

PluginHelperLaunchBoxMainViewModel Property

Gets or sets the LaunchBox main view model that is used to navigate around in LaunchBox. Will be null when in Big Box. This property is automatically set by LaunchBox and should not be set by any plugins. Added in LaunchBox and Big Box 9.2-beta-3.

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 static ILaunchBoxMainViewModel LaunchBoxMainViewModel { get; set; }

Property Value

ILaunchBoxMainViewModel
See Also