TabControl.SelectTab Method | |
Select a tab and display its page.
Namespace:
VO
Assembly:
VOGUIClasses (in VOGUIClasses.dll) Version: 2.19
Syntax VIRTUAL METHOD SelectTab(
symTabName
) AS USUAL CLIPPER
[ClipperCallingConventionAttribute(new string[] { ... })]
public virtual Usual SelectTab(
Usual symTabName = default
)
Request Example
View SourceParameters
- symTabName (Optional)
- Type: Usual
The symbolic name of the tab you want to select.
Return Value
Type:
UsualSee Also