SetThumbnailsBackground specifies the background color of the thumbnails.

Namespace: HiComponents.IEvolution
Assembly: IEvolution2 (in IEvolution2.dll) Version: 10.1.0.0

Syntax

         
 C#  Visual Basic  Visual C++ 
public void SetThumbnailsBackground(
	Color color
)
Public Sub SetThumbnailsBackground ( _
	color As Color _
)
public:
void SetThumbnailsBackground(
	Color color
)

Parameters

color
Color
The background color

See Also