Spread Windows Forms 12.0 Product Documentation
ShowContextMenu Property (DropDownEditor)


GrapeCity.Win.PluginInputMan Assembly > GrapeCity.Win.Spread.InputMan.CellType Namespace > DropDownEditor Class : ShowContextMenu Property
Gets or sets a value that indicates whether to show the context menu.
Syntax
'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.
See Also

Reference

DropDownEditor Class
DropDownEditor Members