Click or drag to resize
UpdateNotifyIconDisplayNoUpdateCustomText Property
Gets or sets text to be displayed 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 string NoUpdateCustomText { get; set; }

Property Value

Type: String
Custom text to display when the application is up to date, or an empty string to use the default text.
See Also