Click or drag to resize
UpdateNotifyIconDisplaySummaryCustomHtml Property
Gets or sets custom HTML shown instead of an update's own summary. If this value is an empty string, the update's HistoricalSummaryHtml 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 SummaryCustomHtml { 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 takes priority over SummaryCustomText; SummaryCustomText will only be used if SummaryCustomHtml is blank.

The HTML specified in SummaryCustomHtml will also be shown if no updates are available.

See Also