Click or drag to resize
UpdateNotifyIconDisplayReadyToApplyIcon Property
Gets or sets the icon used in the notification area when an update has been downloaded and is ready to be applied.

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 Icon ReadyToApplyIcon { get; set; }

Property Value

Type: Icon
An Icon that will be shown in the notification area when an update is ready to be applied.
See Also