StatusStripUpdateDisplayAutoStart 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.ControllerAssembly: Kjs.AppLife.Update.Controller (in Kjs.AppLife.Update.Controller.dll) Version: 5.1.0.9 (5.1.0.9)
Syntaxpublic bool AutoStart { get; set; }
Public Property AutoStart As Boolean
Get
Set
public:
property bool AutoStart {
bool get ();
void set (bool value);
}
member AutoStart : bool with get, set
Property Value
Type:
Boolean if the control will automatically begin checking for updates
when it is created; otherwise,
.
See Also