Click or drag to resize

AutoUpdateSettingsShowDownloadWindow Property

Gets or sets a value indicating whether to show the download window.

Namespace: Altaxo.Settings
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public bool ShowDownloadWindow { get; set; }

Property Value

Boolean
If , the download window is visible (e.g. for debugging purposes). Otherwise, it is hidden.
See Also