StatusStripUpdateDisplayAutoHideDelaySeconds Property |
Gets or sets the number of seconds before an idle control will automatically hide itself.
Namespace: Kjs.AppLife.Update.ControllerAssembly: Kjs.AppLife.Update.Controller (in Kjs.AppLife.Update.Controller.dll) Version: 5.1.0.9 (5.1.0.9)
Syntaxpublic int AutoHideDelaySeconds { get; set; }
Public Property AutoHideDelaySeconds As Integer
Get
Set
public:
property int AutoHideDelaySeconds {
int get ();
void set (int value);
}
member AutoHideDelaySeconds : int with 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