WebUpdateDisplay.AllowIndirectUpdates Property

Gets or sets a value that indicates whether the WebUpdateDisplay will show information from updates that were not requested directly through it. If this property is false, the WebUpdateDisplay will only show update information that was retrieved through its buttons or methods, using the identity objects returned by WebUpdateController.BeginCheckForUpdate() and UpdateInformation.Identity. If this property is true, the WebUpdateDisplay will show all update information regardless of its source. Note that CheckForUpdate() and DownloadUpdate() operation progress will be shown regardless of whether the operations were started by the WebUpdateDisplay even if this property is false, since no other operation can take place at the same time.

[Visual Basic]

Public Property AllowIndirectUpdates As Boolean

[C#]

public bool AllowIndirectUpdates {get;set;}

See Also

WebUpdateDisplay Class | WebUpdateDisplay Members | Kjs.AppLife.Update.Web Namespace