Click or drag to resize
UpdateNotifyIconDisplayNoUpdateIcon Property
Gets or sets the icon used in the notification area when the application is up to date.

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

Property Value

Type: Icon
An Icon that will be shown in the notification area when the application is up to date.
See Also