Click or drag to resize
StatusStripUpdateDisplaySummaryCustomText Property
Gets or sets custom text shown instead of an update's own summary. If this value is an empty string, the update's HistoricalSummary is used instead.

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

Property Value

Type: String
Custom text used as a found update's summary, or an empty string to use default text from the update itself.
Remarks

This property will only be used if SummaryCustomHtml is blank.

The text specified in SummaryCustomText will also be shown if no updates are available.

See Also