TaskListViewContextMenuStrip Property

Gets or sets the ContextMenuStrip associated with this control.

Definition

Namespace: Microsoft.Win32.TaskScheduler
Assembly: Microsoft.Win32.TaskSchedulerEditor (in Microsoft.Win32.TaskSchedulerEditor.dll) Version: 2.11.0
public override ContextMenuStrip ContextMenuStrip { get; set; }

Return Value

ContextMenuStrip
The ContextMenuStrip for this control, or null if there is no ContextMenuStrip. The default is null.

See Also