Property Value
A System.Windows.Forms.ContextMenu that represents the shortcut menu associated with the control.The default is a null reference (Nothing in Visual Basic).
Notes to Inheritors:
When overriding the ContextMenu property in a derived class, use the base class's ContextMenu property to extend the base implementation; otherwise, you must provide the implementation. You are not required to override both the get and set accessors of the ContextMenu property; you can override only one if needed.