Viscom Software Image Thumbnail CP ActiveX Control

ClipFontBold Property

Description:   

Enable or disable the font bold of image clip.

Usage:   

ImageThumbnailCP1.ClipFontBold[= value]

Data Type:   

Boolean

Example:   

This Visual Basic example set the font bold of image clip to true:

Private Sub Form_Load()
       ImageThumbnailCP1.ClipFontBold=TRUE

End Sub