| 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.PluginsAssembly: 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; }
Public Shared Property LaunchBoxMainViewModel As ILaunchBoxMainViewModel
Get
Set
public:
static property ILaunchBoxMainViewModel^ LaunchBoxMainViewModel {
ILaunchBoxMainViewModel^ get ();
void set (ILaunchBoxMainViewModel^ value);
}
static member LaunchBoxMainViewModel : ILaunchBoxMainViewModel with get, set
Property Value
ILaunchBoxMainViewModelSee Also