Click or drag to resize

TabControl.SetTabImage Method

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

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

Parameters

symTabName (Optional)
Type: Usual
The symbol of the page on which the image index will be changed.
nImageIndex (Optional)
Type: Usual
The index into the image list.

Return Value

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