IUITechnologyElement.IsLeafNode Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.