Gets or sets a value indicating whether to disaplay the context menu.
public function getEnableContextMenu() {
}
public function setEnableContextMenu($value) {
}
Type: boolean
If true
, context menu is displayed when a user right-clicks panes and items; otherwise, right-clicks cause nothing.
Default value is true.