TdxOcNode.ChildrenHeight Method
This function returns the total height (in pixels) of the area occupied by current node’s children.
Declaration
function ChildrenHeight: Integer;
Returns
Type |
---|
Integer |
Remarks
This function returns the total width instead of the height if the Owner.Rotated property is set to True. If the node is collapsed (that is, the Expanded property is False), the ChildrenHeight function returns 0.
See Also