Class InitialMenuVM
- Assembly
- TaleWorlds.MountAndBlade.ViewModelCollection.dll
public class InitialMenuVM : ViewModel, IViewModel, INotifyPropertyChanged
- Inheritance
-
InitialMenuVM
- Implements
- Inherited Members
Constructors
InitialMenuVM(InitialState)
public InitialMenuVM(InitialState initialState)
Parameters
initialState
InitialState
Properties
DownloadingText
[DataSourceProperty]
public string DownloadingText { get; set; }
Property Value
GameVersionText
[DataSourceProperty]
public string GameVersionText { get; set; }
Property Value
IsDownloadingContent
[DataSourceProperty]
public bool IsDownloadingContent { get; set; }
Property Value
IsProfileSelectionEnabled
[DataSourceProperty]
public bool IsProfileSelectionEnabled { get; set; }
Property Value
MenuOptions
[DataSourceProperty]
public MBBindingList<InitialMenuOptionVM> MenuOptions { get; set; }
Property Value
ProfileName
[DataSourceProperty]
public string ProfileName { get; set; }
Property Value
SelectProfileText
[DataSourceProperty]
public string SelectProfileText { get; set; }
Property Value
Methods
OnFinalize()
public override void OnFinalize()
RefreshMenuOptions()
public void RefreshMenuOptions()
RefreshValues()
public override void RefreshValues()
This page was last modified at 09/01/2024 16:12:00 +00:00 (UTC).