ShowContextMenu Property (DropDownCalendar)
In This Topic
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