Click or drag to resize

TabControl.SelectTab Method (Typed)

X#
Select a tab and display its page.

Namespace:  XSharp.VO.SDK
Assembly:  XSharp.VOGUIClasses (in XSharp.VOGUIClasses.dll) Version: 2.19
Syntax
 VIRTUAL METHOD SelectTab(
	symTabName AS SYMBOL
) AS USUAL
Request Example View Source

Parameters

symTabName
Type: Symbol
The symbolic name of the tab you want to select.

Return Value

Type: Usual
See Also