Gets or sets a value indicating whether to add 'return' before OnNodeDragAndDropCompleteScript
Namespace: Geekees.Common.Controls
Assembly: ASTreeView (in ASTreeView.dll)
Syntax
| Visual Basic (Declaration) |
|---|
| <CategoryAttribute("Configuration"), _ BrowsableAttribute(True), _ DefaultValueAttribute(False)> Public Property EnableOnNodeDragAndDropCompleteScriptReturn As Boolean |
| C# |
|---|
| [CategoryAttribute("Configuration")] [BrowsableAttribute(True)] [DefaultValueAttribute(False)] public bool EnableOnNodeDragAndDropCompleteScriptReturn { get; set; } |
| C++ |
|---|
| [CategoryAttribute(L"Configuration")] [BrowsableAttribute(True)] [DefaultValueAttribute(False)] public property bool EnableOnNodeDragAndDropCompleteScriptReturn sealed { bool get(); void set(bool value); } |
| J# |
|---|
| /** @attribute CategoryAttribute("Configuration") */ /** @attribute BrowsableAttribute(True) */ /** @attribute DefaultValueAttribute(False) */ /** property */ public bool get_EnableOnNodeDragAndDropCompleteScriptReturn(); /** property */ public void set_EnableOnNodeDragAndDropCompleteScriptReturn(bool value); |
| JScript |
|---|
| public function get EnableOnNodeDragAndDropCompleteScriptReturn() : bool public function set EnableOnNodeDragAndDropCompleteScriptReturn(value : bool); |
Property Value
if [enable on node drag and drop complete script return]; otherwise, .