Share via


TreeNodeType.isRootElement Method

Definition

Indicates whether instances of this node type are root-elements.

public:
 virtual bool isRootElement();
public virtual bool isRootElement ();
abstract member isRootElement : unit -> bool
override this.isRootElement : unit -> bool
Public Overridable Function isRootElement () As Boolean

Returns

true if tree nodes of this type are root-elements; otherwise, false.

Remarks

A root-element is the root in a composition hierarchy of tree nodes. A root-element never has a model-element parent. Examples include MyTable, MyClass, MyForm.

Applies to