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