Gets or sets the shortcut menu that is associated with this control.
If this property is set, the context menu is merged to the shell context menu that the control obtains from the explorer
| C# | Visual Basic | Visual C++ |
public ContextMenu ContextMenu { get; set; }
Public Property ContextMenu As ContextMenu
public: property ContextMenu^ ContextMenu { ContextMenu^ get (); void set (ContextMenu^ value); }