Click or drag to resize
UpdateDisplayContextMenu Property
Gets or sets the shortcut menu associated with the control.

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

Return Value

Type: ContextMenu
A ContextMenu that represents the shortcut menu associated with the control.
See Also