Click or drag to resize

TabControl.GetTabImage Method (Typed)

X#
Return the current image for a tab.

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

Parameters

symTabName
Type: Symbol
The symbolic name of the tab whose image you want to obtain.

Return Value

Type: Long
The current image number of the specified tab.
See Also