TreeView.GetItemBoundingBox Method (Typed) | |
Return the bounding box of a tree view item.
Namespace:
XSharp.VO.SDK
Assembly:
XSharp.VOGUIClasses (in XSharp.VOGUIClasses.dll) Version: 2.19
Syntax VIRTUAL METHOD GetItemBoundingBox(
symItem AS SYMBOL,
lTextOnly AS LOGIC
) AS BoundingBox
public virtual BoundingBox GetItemBoundingBox(
Symbol symItem,
[DefaultParameterValueAttribute(false, 0)] bool lTextOnly
)
Request Example
View SourceParameters
- symItem
- Type: Symbol
The symbolic name of the tree view item whose bounding box you want to obtain. - lTextOnly
- Type: Logic
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:
BoundingBox
The bounding box of the tree view item specified by the symbolic name or TreeViewItem object.
See Also