StatusStripUpdateDisplayShowUpdateSummary Property |
Gets or sets a value that indicates whether to show summary text for the
currently found update in the control's details popup.
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 bool ShowUpdateSummary { get; set; }
Public Property ShowUpdateSummary As Boolean
Get
Set
public:
property bool ShowUpdateSummary {
bool get ();
void set (bool value);
}
member ShowUpdateSummary : bool with get, set
Property Value
Type:
Boolean to show update summary text; otherwise,
.
See Also