Action
Opens a context menu.
Syntax
C#
calendar.ContextMenu(contextMenuId, contextMenuCellRow, contextMenuCellColumn, startDate, endDate)
VB
calendar.ContextMenu(contextMenuId, contextMenuCellRow, contextMenuCellColumn, startDate, endDate)
| Variable |
Description |
| contextMenuId |
Indicates the cell type of the cell in which the context menu was opened. CalendarCellType. |
| contextMenuCellRow |
The context menu cell row. The value is zero-based. Integer. |
| contextMenuCellColumn |
The context menu cell column. The value is zero-based. Integer. |
| startDate |
The begin date. String. |
| endDate |
The end date. String. |