ShowContextMenu Property (DropDownEditor)
Gets or sets a value that indicates whether to show the context menu.
public bool ShowContextMenu {get; set;}
'Declaration
Public Property ShowContextMenu As Boolean
'Usage
Dim instance As DropDownEditor
Dim value As Boolean
instance.ShowContextMenu = value
value = instance.ShowContextMenu
Property Value
A
bool value,
true to show the context menu; otherwise,
false.
The default is
true.