StatusStripUpdateDisplayRecheckDelayMinutes Property |
Gets or sets the number of minutes the control will wait before retrying an update check,
if it failed to find an update previously.
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 RecheckDelayMinutes { get; set; }
Public Property RecheckDelayMinutes As Integer
Get
Set
public:
property int RecheckDelayMinutes {
int get ();
void set (int value);
}
member RecheckDelayMinutes : int with get, set
Property Value
Type:
Int32
Remarks
The control will only retry update checks if
AutoStart is
.
Setting this property to 0 will disable automatically retrying update checks.
See Also