Click or drag to resize

TabControl.RemoveTabImage Method

X#
Remove an image from the tab control's image list.

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

Parameters

nImageIndex (Optional)
Type: Usual
The index in the tab control's image list of the image you want to remove.

Return Value

Type: Usual
TRUE if the image was removed; otherwise, FALSE.
See Also