[]
Gets or sets a value that indicates whether to pop up the context menu of the control.
public bool ShowContextMenu { get; set; }
Public Property ShowContextMenu As Boolean
Type | Description |
---|---|
bool | true if the context menu is shown when right-clicking the control;
otherwise, false.
|
This property determines whether to show the context menu. If the GrapeCity.Win.Spread.InputMan.CellType.EditBase.ContextMenu or ContextMenuStrip is not none, this control displays this special menu. If both values are none, the default context menu is displayed.