Click or drag to resize

TabControl.SetTabImage Method (Typed)

X#
Dynamically change the image (index) of a tab page.

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

Parameters

symTabName
Type: Symbol
The symbol of the page on which the image index will be changed.
nImageIndex
Type: Long
The index into the image list.

Return Value

Type: Long
The new index into the image list.
See Also