Click or drag to resize
StatusStripUpdateDisplayNoUpdateImageSmall Property
Gets or sets the image to be displayed on the control when the application is up to date.

Namespace: Kjs.AppLife.Update.Controller
Assembly: Kjs.AppLife.Update.Controller (in Kjs.AppLife.Update.Controller.dll) Version: 5.1.0.9 (5.1.0.9)
Syntax
public Image NoUpdateImageSmall { get; set; }

Property Value

Type: Image
An Image that will be shown on the control when the application is up to date.
See Also