EnableOnNodeEditedScriptReturn


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

Syntax

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

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

/** property */
public void set_EnableOnNodeEditedScriptReturn(bool value);
JScript
public function get EnableOnNodeEditedScriptReturn() : bool

public function set EnableOnNodeEditedScriptReturn(value : bool);

See Also