Condividi tramite


TreeViewNode.HasUnrealizedChildren Proprietà

Definizione

Ottiene o imposta un valore che indica se il nodo corrente ha elementi figlio che non sono stati visualizzati.

public:
 property bool HasUnrealizedChildren { bool get(); void set(bool value); };
bool HasUnrealizedChildren();

void HasUnrealizedChildren(bool value);
public bool HasUnrealizedChildren { get; set; }
var boolean = treeViewNode.hasUnrealizedChildren;
treeViewNode.hasUnrealizedChildren = boolean;
Public Property HasUnrealizedChildren As Boolean

Valore della proprietà

Boolean

bool

true del nodo corrente ha elementi figlio che non sono stati visualizzati; in caso contrario, false.

Si applica a