Task Scheduler Managed Class Library
C#
Show/Hide TOC
Task
List
View
Context
Menu
Strip 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.1
C#
Copy
View Source
Request Example
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
Reference
TaskListView Class
Microsoft.Win32.TaskScheduler Namespace
In This Article
Definition
See Also