Control.ContextMenuStrip Property
.NET Framework 3.0
Gets or sets the ContextMenuStrip associated with this control.
Namespace: System.Windows.Forms
Assembly: System.Windows.Forms (in system.windows.forms.dll)
Assembly: System.Windows.Forms (in system.windows.forms.dll)
public: virtual property ContextMenuStrip^ ContextMenuStrip { ContextMenuStrip^ get (); void set (ContextMenuStrip^ value); }
/** @property */ public ContextMenuStrip get_ContextMenuStrip () /** @property */ public void set_ContextMenuStrip (ContextMenuStrip value)
public function get ContextMenuStrip () : ContextMenuStrip public function set ContextMenuStrip (value : ContextMenuStrip)
Not applicable.
Property Value
The ContextMenuStrip for this control, or a null reference (Nothing in Visual Basic) if there is no ContextMenuStrip. The default is a null reference (Nothing in Visual Basic).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.
Windows 98, Windows Server 2000 SP4, Windows CE, Windows Millennium Edition, Windows Mobile for Pocket PC, Windows Mobile for Smartphone, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The Microsoft .NET Framework 3.0 is supported on Windows Vista, Microsoft Windows XP SP2, and Windows Server 2003 SP1.Community Additions
ADD
Show: