Click or drag to resize
UpdateDialogShowingEventArgsNoUpdateDisplayText Property
Gets text from the update server to display if no update is available.

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

Property Value

Type: String
The text to display if no update is available.
Remarks
By default, DialogSummaryText will be set to the value of this property if CurrentUpdate is .
See Also