Viscom Software Image Thumbnail CP ActiveX Control

ClipFontItalic Property

Description:   

Enable or disable the font Italic of image clip.

Usage:   

ImageThumbnailCP1.ClipFontItalic[= value]

Data Type:   

Boolean

Example:   

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

Private Sub Form_Load()
       ImageThumbnailCP1.ClipFontItalic=TRUE

End Sub