Click or drag to resize
UpdateDisplayAutoHideDelaySeconds Property
Gets or sets the number of seconds before an idle control will automatically hide itself.

Namespace: Kjs.AppLife.Update.Controller
Assembly: Kjs.AppLife.Update.Controller (in Kjs.AppLife.Update.Controller.dll) Version: 5.1.0.9 (5.1.0.9)
Syntax
public int AutoHideDelaySeconds { get; set; }

Property Value

Type: Int32
Remarks
The control will not be hidden while a user is interacting with it or while it is performing an update check or download, and will reshow itself/ automatically if it is updated-- for example, if an update check is started. Setting this property to 0 will disable automatic hiding.
See Also