Click or drag to resize
UpdateDetailsDisplayContextMenuStrip Property
Gets or sets the ContextMenuStrip associated with this 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 ContextMenuStrip ContextMenuStrip { get; set; }

Property Value

Type: ContextMenuStrip

Return Value

Type: ContextMenuStrip
The ContextMenuStrip for this control, or null if there is no ContextMenuStrip. The default is null.
See Also