[]
Gets or sets a value that indicates whether to show the context menu when right-clicking the mouse button or pressing the menu key.
[Browsable(false)]
public bool ShowContextMenu { get; set; }
<Browsable(False)>
Public Property ShowContextMenu As Boolean
Type | Description |
---|---|
bool | A bool value that indicates whether to show the context menu. The default is true. |