'Declaration
Public Overridable Property ContextMenu As ContextMenu
'Usage
Dim instance As FieldsEditorControl Dim value As ContextMenu instance.ContextMenu = value value = instance.ContextMenu
public virtual ContextMenu ContextMenu {get; set;}
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).