Gets or sets a value indicating whether the node is selectable.


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

Syntax

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

/** property */
public void set_EnableSelection(bool value);
JScript
public function get EnableSelection() : bool

public function set EnableSelection(value : bool);

Property Value

true if [enable selection]; otherwise, false.

See Also