StatusStripUpdateDisplayReadyToApplyCustomText Property |
Gets or sets text to be displayed when an update has been downloaded
and is ready to be applied.
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 ReadyToApplyCustomText { get; set; }
Public Property ReadyToApplyCustomText As String
Get
Set
public:
property String^ ReadyToApplyCustomText {
String^ get ();
void set (String^ value);
}
member ReadyToApplyCustomText : string with get, set
Property Value
Type:
String
Custom text to display when an update has been downloaded and is ready to be applied,
or an empty string to use the default text.
See Also