Gets or sets a value indicating whether this node can have children.


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

Syntax

Visual Basic (Declaration)
Public Property EnableChildren As Boolean
C#
public bool EnableChildren { get; set; }
C++
public property bool EnableChildren sealed  {
    bool get();
    void set(bool value);
}
J#
/** property */
public bool get_EnableChildren();

/** property */
public void set_EnableChildren(bool value);
JScript
public function get EnableChildren() : bool

public function set EnableChildren(value : bool);

Property Value

true if [enable children]; otherwise, false.

See Also