TabControl.SelectTab Method (Typed) | |
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
public virtual Usual SelectTab(
Symbol symTabName
)
Request Example
View SourceParameters
- symTabName
- Type: Symbol
The symbolic name of the tab you want to select.
Return Value
Type:
UsualSee Also