Control.ContextMenuStrip Property

 

Gets or sets the ContextMenuStrip associated with this control.

Namespace:   System.Windows.Forms
Assembly:  System.Windows.Forms (in System.Windows.Forms.dll)

abstract ContextMenuStrip : ContextMenuStrip with get, set
override ContextMenuStrip : ContextMenuStrip with get, set

Property Value

Type: System.Windows.Forms.ContextMenuStrip

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

If a ContextMenu has also been assigned to the control, the ContextMenu takes precedence over the ContextMenuStrip.

The following code example demonstrates how to add three ToolStripMenuItem objects to a ContextMenuStrip. In addition it demonstrates setting the ContextMenuStrip property of the form.

No code example is currently available or this language may not be supported.

.NET Framework
Available since 2.0
Return to top
Show: