UpdateDisplayAutoStart 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.WpfAssembly: Kjs.AppLife.Update.Wpf (in Kjs.AppLife.Update.Wpf.dll) Version: 5.1.0.0 (5.1.0.0)
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