TabControl.RemoveTabImage Method (Typed) | |
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
public virtual bool RemoveTabImage(
int nImageIndex
)
Request Example
View SourceParameters
- 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