Click or drag to resize
UpdateNotifyIconDisplayShowBalloonNotifications Property
Gets or sets a value that indicates whether balloon notifications should be shown when an update is ready.

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 bool ShowBalloonNotifications { get; set; }

Property Value

Type: Boolean
to show ballon notifications when an update is ready to apply, or to skip showing notifications.
See Also