Viscom Software Image Thumbnail CP ActiveX Control

ClipTextColor Property

Description:   

Set the text color of image clip if the caption present in image clip. 

Usage:   

ImageThumbnailCP1.ClipTextColor[= value]

Data Type:   

RGB color

Example:   

This Visual Basic example set the text color of image clip to green:

Private Sub Form_Load()
       ImageThumbnailCP1.ClipTextColor=RGB(0,255,0)

End Sub