Gets or sets a value indicating whether to enable context menu.
Namespace: Geekees.Common.Controls
Assembly: ASTreeView (in ASTreeView.dll)
Syntax
| Visual Basic (Declaration) |
|---|
| <BrowsableAttribute(True), _ CategoryAttribute("Context Menu"), _ DefaultValueAttribute(True)> Public Property EnableContextMenu As Boolean |
| C# |
|---|
| [BrowsableAttribute(True)] [CategoryAttribute("Context Menu")] [DefaultValueAttribute(True)] public bool EnableContextMenu { get; set; } |
| C++ |
|---|
| [BrowsableAttribute(True)] [CategoryAttribute(L"Context Menu")] [DefaultValueAttribute(True)] public property bool EnableContextMenu sealed { bool get(); void set(bool value); } |
| J# |
|---|
| /** @attribute BrowsableAttribute(True) */ /** @attribute CategoryAttribute("Context Menu") */ /** @attribute DefaultValueAttribute(True) */ /** property */ public bool get_EnableContextMenu(); /** property */ public void set_EnableContextMenu(bool value); |
| JScript |
|---|
| public function get EnableContextMenu() : bool public function set EnableContextMenu(value : bool); |
Property Value
if [enable context menu]; otherwise, .