Gets or sets a value indicating whether this instance is virtual node.


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

Syntax

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

/** property */
public void set_IsVirtualNode(bool value);
JScript
public function get IsVirtualNode() : bool

public function set IsVirtualNode(value : bool);

Property Value

true if this instance is virtual node; otherwise, false.

See Also