TabControl.GetTabPage Method (Typed) | |
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
public virtual Object GetTabPage(
Usual xSymbolOrPosition
)
Request Example
View SourceParameters
- 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