GdPicture.NET.14
GdPicture14 Namespace / ThumbnailEx Class / SetItemBackgroundColor Method
The item index. Between 0 and ItemCount - 1.
The bacgroud color to set. A Color object.





In This Topic
SetItemBackgroundColor Method (ThumbnailEx)
In This Topic
Changes the background color of a specific item in the thumbnail list.
Syntax
'Declaration
 
Public Function SetItemBackgroundColor( _
   ByVal ItemIdx As Integer, _
   ByVal Color As Color _
) As GdPictureStatus
 

Parameters

ItemIdx
The item index. Between 0 and ItemCount - 1.
Color
The bacgroud color to set. A Color object.

Return Value

A member of the GdPictureStatus enumeration.
See Also