Viscom Software Image Thumbnail CP ActiveX Control

BackgroundColor Property

Description:   

The background color of image clip.

Usage:   

ImageThumbnailCP1.BackgroundColor[= value]

Data Type:   

RGB color

Example:   

This Visual Basic example set the image clip background color to red:

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

End Sub