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