Spread Windows Forms 12.0 Product Documentation
ShowContextMenu Property (DropDownCalendar)


GrapeCity.Win.PluginInputMan Assembly > GrapeCity.Win.Spread.InputMan.CellType Namespace > DropDownCalendar Class : ShowContextMenu Property
Gets or sets a value that indicates whether to show the context menu when right-clicking the mouse button or pressing the menu key.
Syntax
'Declaration
 
Public Property ShowContextMenu As Boolean
'Usage
 
Dim instance As DropDownCalendar
Dim value As Boolean
 
instance.ShowContextMenu = value
 
value = instance.ShowContextMenu
public bool ShowContextMenu {get; set;}

Property Value

A bool value that indicates whether to show the context menu. The default is true.
See Also

Reference

DropDownCalendar Class
DropDownCalendar Members