Gets or sets a value indicating whether to add 'return' before OnNodeDragAndDropStartScript.


Namespace: Geekees.Common.Controls
Assembly: ASTreeView (in ASTreeView.dll)

Syntax

Visual Basic (Declaration)
<BrowsableAttribute(True), _
 CategoryAttribute("Configuration"), _
 DefaultValueAttribute(False)>

Public Property EnableOnNodeDragAndDropStartScriptReturn As Boolean
C#
[BrowsableAttribute(True)]
[CategoryAttribute("Configuration")]
[DefaultValueAttribute(False)]
public bool EnableOnNodeDragAndDropStartScriptReturn { get; set; }
C++
[BrowsableAttribute(True)]
[CategoryAttribute(L"Configuration")]
[DefaultValueAttribute(False)]
public property bool EnableOnNodeDragAndDropStartScriptReturn sealed  {
    bool get();
    void set(bool value);
}
J#
/** @attribute BrowsableAttribute(True) */
/** @attribute CategoryAttribute("Configuration") */
/** @attribute DefaultValueAttribute(False) */
/** property */
public bool get_EnableOnNodeDragAndDropStartScriptReturn();

/** property */
public void set_EnableOnNodeDragAndDropStartScriptReturn(bool value);
JScript
public function get EnableOnNodeDragAndDropStartScriptReturn() : bool

public function set EnableOnNodeDragAndDropStartScriptReturn(value : bool);

Property Value

true if [enable on node drag and drop start script return]; otherwise, false.

See Also