EnableOnNodeAddedScriptReturn


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

Syntax

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

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

/** property */
public void set_EnableOnNodeAddedScriptReturn(bool value);
JScript
public function get EnableOnNodeAddedScriptReturn() : bool

public function set EnableOnNodeAddedScriptReturn(value : bool);

See Also