Click or drag to resize
UpdateNotifyIconDisplayContextMenuStrip Property
Gets or sets the ContextMenuStrip for the icon in the notification area.

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

Return Value

Type: ContextMenuStrip
The ContextMenuStrip for the icon in the notification area, or to use the default menu.
See Also