'Declaration Public Property ShowContextMenu As Boolean
'Usage Dim instance As EditBase Dim value As Boolean instance.ShowContextMenu = value value = instance.ShowContextMenu
public bool ShowContextMenu {get; set;}
Property Value
true if the context menu is shown when right-clicking the control; otherwise, false.The default is true.