The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
Control::ContextMenuStrip Property
.NET Framework (current version)
Gets or sets the ContextMenuStrip associated with this control.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
public: property ContextMenuStrip^ ContextMenuStrip { virtual ContextMenuStrip^ get(); virtual void set(ContextMenuStrip^ value); }
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.
.NET Framework
Available since 2.0
Available since 2.0
Show: