UpdateNotifyIconDisplayNoUpdateIcon Property |
Gets or sets the icon used in the notification area when the application
is up to date.
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 NoUpdateIcon { get; set; }
Public Property NoUpdateIcon As Icon
Get
Set
public:
property Icon^ NoUpdateIcon {
Icon^ get ();
void set (Icon^ value);
}
member NoUpdateIcon : Icon with get, set
Property Value
Type:
IconAn
Icon that will be shown in the notification area when
the application is up to date.
See Also