NotifyIcon::ContextMenuStrip Property

 

Gets or sets the shortcut menu associated with the NotifyIcon.

Namespace:   System.Windows.Forms
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
Return to top
Show: