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