Click or drag to resize

StatusBar.GetItemBoundingBox Method

X#
Get the bounding box that describes the area of a status bar item.

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

Parameters

symItemName (Optional)
Type: Usual
The symbolic name of the status bar item whose bounding box will be returned. If omitted, the bounding box of the main message area will be returned.

Return Value

Type: Usual
The bounding box for the specified item.
See Also