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
public GdPictureStatus SetItemBackgroundColor( 
   int ItemIdx,
   Color Color
)
public function SetItemBackgroundColor( 
    ItemIdx: Integer;
    Color: Color
): GdPictureStatus; 
public function SetItemBackgroundColor( 
   ItemIdx : int,
   Color : Color
) : GdPictureStatus;
public: GdPictureStatus SetItemBackgroundColor( 
   int ItemIdx,
   Color Color
) 
public:
GdPictureStatus SetItemBackgroundColor( 
   int ItemIdx,
   Color Color
) 

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