StatusStripUpdateDisplaySummaryCustomHtml 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.ControllerAssembly: Kjs.AppLife.Update.Controller (in Kjs.AppLife.Update.Controller.dll) Version: 5.1.0.9 (5.1.0.9)
Syntaxpublic string SummaryCustomHtml { get; set; }
Public Property SummaryCustomHtml As String
Get
Set
public:
property String^ SummaryCustomHtml {
String^ get ();
void set (String^ value);
}
member SummaryCustomHtml : string with 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.
RemarksThis 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