SetItemBackgroundColor Method (ThumbnailEx)
Changes the background color of a specific item in the thumbnail list.
public function SetItemBackgroundColor(
: Integer;
: Color
): GdPictureStatus;
public function SetItemBackgroundColor(
: int,
: Color
) : GdPictureStatus;
'Declaration
Public Function SetItemBackgroundColor( _
ByVal As Integer, _
ByVal 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.