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