IUITechnologyElement.IsLeafNode Property

Definition

Gets a value that indicates whether this element is a leaf node, which means it has no children.

public:
 property bool IsLeafNode { bool get(); };
public bool IsLeafNode { get; }
member this.IsLeafNode : bool
Public ReadOnly Property IsLeafNode As Boolean

Property Value

true if the node has no children; otherwise, false.

Applies to