UpdateNotifyIconDisplayShowBalloonNotifications Property |
Gets or sets a value that indicates whether balloon notifications should
be shown when an update is ready.
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 bool ShowBalloonNotifications { get; set; }
Public Property ShowBalloonNotifications As Boolean
Get
Set
public:
property bool ShowBalloonNotifications {
bool get ();
void set (bool value);
}
member ShowBalloonNotifications : bool with get, set
Property Value
Type:
Boolean to show ballon notifications when an update
is ready to apply, or
to skip showing notifications.
See Also