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.ControllerAssembly: Kjs.AppLife.Update.Controller (in Kjs.AppLife.Update.Controller.dll) Version: 5.1.0.9 (5.1.0.9)
Syntaxpublic Icon ReadyToApplyIcon { get; set; }
Public Property ReadyToApplyIcon As Icon
Get
Set
public:
property Icon^ ReadyToApplyIcon {
Icon^ get ();
void set (Icon^ value);
}
member ReadyToApplyIcon : Icon with get, set
Property Value
Type:
IconAn
Icon that will be shown in the notification area when
an update is ready to be applied.
See Also