Click or drag to resize
UpdateNotifyIconDisplayClickAction Property
Gets or sets the action taken when the notification icon is clicked.

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 UpdateControlClickAction ClickAction { get; set; }

Property Value

Type: UpdateControlClickAction
One of the UpdateControlClickAction values.
See Also