AutoUpdateSettingsShowDownloadWindow Property |
Gets or sets a value indicating whether to show the download window.
Namespace: Altaxo.SettingsAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public bool ShowDownloadWindow { get; set; }
Property Value
BooleanIf
, the download window is visible (e.g. for debugging purposes). Otherwise, it is hidden.
See Also