TreeNode::ContextMenu Property
.NET Framework (current version)
Gets the shortcut menu that is associated with this tree node.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
public: property ContextMenu^ ContextMenu { virtual ContextMenu^ get(); virtual void set(ContextMenu^ value); }
Property Value
Type: System.Windows.Forms::ContextMenu^The ContextMenu that is associated with the tree node.
The preferred way to associate a shortcut menu with a tree node is with the ContextMenuStrip property.
.NET Framework
Available since 2.0
Available since 2.0
Show: