ShowContextMenu Property (EditBase)
Gets or sets a value that indicates whether to pop up the context menu of the control.
public bool ShowContextMenu {get; set;}
'Declaration
Public Property ShowContextMenu As Boolean
'Usage
Dim instance As EditBase
Dim value As Boolean
instance.ShowContextMenu = value
value = instance.ShowContextMenu
Property Value
true if the context menu is shown when right-clicking the control; otherwise,
false.
The default is
true.