Click or drag to resize

TabControl.GetTabPage Method (Typed)

X#
Retrieve a specified tab page.

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

Parameters

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

Return Value

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