Click or drag to resize
Task Scheduler Managed Class Library

TaskListViewContextMenuStrip Property

Gets or sets the ContextMenuStrip associated with this control.

Namespace:  Microsoft.Win32.TaskScheduler
Assembly:  Microsoft.Win32.TaskSchedulerEditor (in Microsoft.Win32.TaskSchedulerEditor.dll) Version: 2.10.1
Syntax
public override ContextMenuStrip ContextMenuStrip { get; set; }
Request Example View Source

Return Value

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