Click or drag to resize

TabControl Constructor (Typed)

X#
Construct a tab control.

Namespace:  XSharp.VO.SDK
Assembly:  XSharp.VOGUIClasses (in XSharp.VOGUIClasses.dll) Version: 2.19
Syntax
 CONSTRUCTOR(
	oOwner,
	xID,
	oPoint,
	oDimension,
	kStyle
) CLIPPER
Request Example View Source

Parameters

oOwner (Optional)
Type: Usual
The window that owns the tab control.
xID (Optional)
Type: Usual
The unique ID between 1 and 8000 of the tab control.
oPoint (Optional)
Type: Usual
The origin of the tab control, in canvas coordinates.
oDimension (Optional)
Type: Usual
The dimension of the tab control, in canvas coordinates.
kStyle (Optional)
Type: Usual
The style of the tab control.
See Also