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