Click or drag to resize

TreeView.GetItemBoundingBox Method

X#
Return the bounding box of a tree view item.

Namespace:  VO
Assembly:  VOGUIClasses (in VOGUIClasses.dll) Version: 2.19
Syntax
 VIRTUAL METHOD GetItemBoundingBox(
	symItem,
	lTextOnly
) AS USUAL CLIPPER
Request Example View Source

Parameters

symItem (Optional)
Type: Usual
The symbolic name of the tree view item whose bounding box you want to obtain.
lTextOnly (Optional)
Type: Usual
Logical value determining whether the returned bounding box encloses just the portion of the list view item that the text takes up (TRUE), or the entire length of the list view item (FALSE). If omitted, defaults to FALSE.

Return Value

Type: Usual
The bounding box of the tree view item specified by the symbolic name or TreeViewItem object.
See Also