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.ControllerAssembly: Kjs.AppLife.Update.Controller (in Kjs.AppLife.Update.Controller.dll) Version: 5.1.0.9 (5.1.0.9)
Syntaxpublic string SummaryCustomText { get; set; }
Public Property SummaryCustomText As String
Get
Set
public:
property String^ SummaryCustomText {
String^ get ();
void set (String^ value);
}
member SummaryCustomText : 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 will only be used if SummaryCustomHtml
is blank.
The text specified in SummaryCustomText will also be shown
if no updates are available.
See Also