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.12.1
Syntax
C#
public override ContextMenuStrip ContextMenuStrip { get; set; }
Request Example View Source

Return Value

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