StatusStripUpdateDisplayReadyToApplyImageLarge Property |
Gets or sets the image to be displayed on the control's details popup
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 Image ReadyToApplyImageLarge { get; set; }
Public Property ReadyToApplyImageLarge As Image
Get
Set
public:
property Image^ ReadyToApplyImageLarge {
Image^ get ();
void set (Image^ value);
}
member ReadyToApplyImageLarge : Image with get, set
Property Value
Type:
ImageAn
Image that will be shown on the control's details
popup when an update is ready to be applied.
See Also