'Declaration
Public Property ShowContextMenu As Boolean
'Usage
Dim instance As DropDownEditor Dim value As Boolean instance.ShowContextMenu = value value = instance.ShowContextMenu
public bool ShowContextMenu {get; set;}
Property Value
A bool value, true to show the context menu; otherwise, false.The default is true.