TabControl.GetTabBoundingBox Method | |
Get the bounding box representing the area that a tab occupies.
Namespace:
VO
Assembly:
VOGUIClasses (in VOGUIClasses.dll) Version: 2.19
Syntax VIRTUAL METHOD GetTabBoundingBox(
symTabName
) AS USUAL CLIPPER
[ClipperCallingConventionAttribute(new string[] { ... })]
public virtual Usual GetTabBoundingBox(
Usual symTabName = default
)
Request Example
View SourceParameters
- symTabName (Optional)
- Type: Usual
The symbolic name of the tab whose bounding box you want to obtain.
Return Value
Type:
Usual
The bounding box that the specified tab occupies.
See Also