Click or drag to resize

TabControl.GetTabPage Method

X#
Retrieve a specified tab page.

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

Parameters

xSymbolOrPosition (Optional)
Type: Usual
Specifies the tab page's symbol or the numeric position of the tab page.

Return Value

Type: Usual
The modeless dialog window object that represents the specified tab page.
See Also