TabControl.GetTabPage Method | |
Retrieve a specified tab page.
Namespace:
VO
Assembly:
VOGUIClasses (in VOGUIClasses.dll) Version: 2.19
Syntax VIRTUAL METHOD GetTabPage(
xSymbolOrPosition
) AS USUAL CLIPPER
[ClipperCallingConventionAttribute(new string[] { ... })]
public virtual Usual GetTabPage(
Usual xSymbolOrPosition = default
)
Request Example
View SourceParameters
- 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