NotifyIcon::ContextMenuStrip Property
.NET Framework (current version)
Gets or sets the shortcut menu associated with the NotifyIcon.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
public: property ContextMenuStrip^ ContextMenuStrip { ContextMenuStrip^ get(); void set(ContextMenuStrip^ value); }
Property Value
Type: System.Windows.Forms::ContextMenuStrip^The ContextMenuStrip associated with the NotifyIcon
.NET Framework
Available since 2.0
Available since 2.0
Show: