TabControl.GetTabBoundingBox Method (Typed) | |
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
public virtual BoundingBox GetTabBoundingBox(
Symbol symTabName
)
Request Example
View SourceParameters
- 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