Click or drag to resize
UpdateNotifyIconDisplayAutoStart Property
Gets or sets a value that indicates whether the control will check for an update automatically when it is created and shown for the first time.

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 bool AutoStart { get; set; }

Property Value

Type: Boolean
if the control will automatically begin checking for updates when it is created; otherwise, .
See Also