TreeView.GetItemBoundingBox Method | |
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
[ClipperCallingConventionAttribute(new string[] { ... })]
public virtual Usual GetItemBoundingBox(
Usual symItem = default,
Usual lTextOnly = default
)
Request Example
View SourceParameters
- 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