TabControl.RemoveTabImage Method | |
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
[ClipperCallingConventionAttribute(new string[] { ... })]
public virtual Usual RemoveTabImage(
Usual nImageIndex = default
)
Request Example
View SourceParameters
- 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