Gets or sets a value that indicates whether to show the context menu.
Declaration
[Browsable(true)]
public bool ShowContextMenu { get; set; }
<Browsable(True)>
Public Property ShowContextMenu As Boolean
Property Value
Type |
Description |
bool |
A bool value, true to show the context menu; otherwise, false.
The default is true.
|