Click or drag to resize

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.Settings
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public bool ShowInstallationWindow { get; set; }

Property Value

Boolean
true if the installation window is shown; otherwise, false.
See Also