BackgroundColor
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() End Sub |