Click or drag to resize

TabControl.RemoveTabImage Method (Typed)

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

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

Parameters

nImageIndex
Type: Long
The index in the tab control's image list of the image you want to remove.

Return Value

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