Gets or sets the virtual nodes count. The virtual node count is a number which indicates how many children this node has.


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

Syntax

Visual Basic (Declaration)
Public Property VirtualNodesCount As Integer
C#
public int VirtualNodesCount { get; set; }
C++
public property int VirtualNodesCount sealed  {
    int get();
    void set(int value);
}
J#
/** property */
public int get_VirtualNodesCount();

/** property */
public void set_VirtualNodesCount(int value);
JScript
public function get VirtualNodesCount() : int

public function set VirtualNodesCount(value : int);

Property Value

The virtual nodes count.

See Also