AutoUpdateSettingsShowInstallationWindow Property |
Gets or sets a value indicating whether to show installation window. If false, the installation window will only be shown up if an error occurs.
Namespace: Altaxo.SettingsAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public bool ShowInstallationWindow { get; set; }
Property Value
Booleantrue if the installation window is shown; otherwise,
false.
See Also