Click or drag to resize

TabControl.GetTabBoundingBox Method (Typed)

X#
Get the bounding box representing the area that a tab occupies.

Namespace:  XSharp.VO.SDK
Assembly:  XSharp.VOGUIClasses (in XSharp.VOGUIClasses.dll) Version: 2.19
Syntax
 VIRTUAL METHOD GetTabBoundingBox(
	symTabName AS SYMBOL
) AS BoundingBox
Request Example View Source

Parameters

symTabName
Type: Symbol
The symbolic name of the tab whose bounding box you want to obtain.

Return Value

Type: BoundingBox
The bounding box that the specified tab occupies.
See Also